From: Michael Meissner Date: Thu, 30 May 1996 10:38:43 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2670328aa55d5f80328a11b6decdbf6e0ca8449d;p=gcc.git Fix typo. From-SVN: r12125 --- diff --git a/gcc/config/rs6000/win-nt.h b/gcc/config/rs6000/win-nt.h index 331c3c49839..d6f461d6377 100644 --- a/gcc/config/rs6000/win-nt.h +++ b/gcc/config/rs6000/win-nt.h @@ -177,7 +177,7 @@ do { \ /* Stuff to force fit us into the Motorola PPC assembler */ -#undef ASM_FILE_START \ +#undef ASM_FILE_START #define ASM_FILE_START(FILE) \ do { \ output_file_directive ((FILE), main_input_filename); \