(COMMENT_BEGIN): Redefine as #.
authorRichard Stallman <rms@gnu.org>
Mon, 23 Nov 1992 23:00:00 +0000 (23:00 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 23 Nov 1992 23:00:00 +0000 (23:00 +0000)
(ASM_APP_ON, ASM_APP_OFF): Redefine to use #.

From-SVN: r2782

gcc/config/i386/386bsd.h

index bad04485da7758d1d01f7b5e0ae488a5f8ab774e..e33b6e92201b0e350ad6dfa26685b61bb8d7ee22 100644 (file)
@@ -47,8 +47,7 @@
 }
 
 /* There are conflicting reports about whether this system uses
-   a different assembler syntax.  */
-#if 0
+   a different assembler syntax.  wilson@cygnus.com says # is right.  */
 #undef COMMENT_BEGIN
 #define COMMENT_BEGIN "#"
 
@@ -57,7 +56,6 @@
 
 #undef ASM_APP_OFF
 #define ASM_APP_OFF "#NO_APP\n"
-#endif
 \f
 /* Defines to be able to build libgcc.a with GCC.
    These are the same as in i386mach.h.  */