aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1996-05-30 10:38:43 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1996-05-30 10:38:43 +0000
commit2670328aa55d5f80328a11b6decdbf6e0ca8449d (patch)
treeca883684a56954b04624de42b6aac6481606bd60
parentb643d53db6528cf4ef954ddcdd98acee9c656142 (diff)
downloadgcc-2670328aa55d5f80328a11b6decdbf6e0ca8449d.zip
gcc-2670328aa55d5f80328a11b6decdbf6e0ca8449d.tar.gz
gcc-2670328aa55d5f80328a11b6decdbf6e0ca8449d.tar.bz2
Fix typo.
From-SVN: r12125
-rw-r--r--gcc/config/rs6000/win-nt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/win-nt.h b/gcc/config/rs6000/win-nt.h
index 331c3c4..d6f461d 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); \