Fix generation of config.h.

This commit is contained in:
Martin Fuchs 2004-10-06 18:52:15 +00:00 committed by Alexandre Julliard
parent 39453f5121
commit c35c48b983
1 changed files with 4 additions and 4 deletions

View File

@ -1282,12 +1282,12 @@ sub _generate_config_h($) {
print OUT "#define __ASM_NAME(name) name\n";
print OUT "\n";
print OUT "/* Define to the assembler keyword used to specify a word value */";
print OUT "define __ASM_SHORT \".short\"";
print OUT "/* Define to the assembler keyword used to specify a word value */\n";
print OUT "#define __ASM_SHORT \".short\"\n";
print OUT "\n";
print OUT "/* Define to the assembler keyword used to specify an ASCII string */";
print OUT "#define __ASM_STRING \".string\"";
print OUT "/* Define to the assembler keyword used to specify an ASCII string */\n";
print OUT "#define __ASM_STRING \".string\"\n";
print OUT "\n";
print OUT "/* Define to the address where bug reports for this package should be sent. */\n";