From: Richard Stallman Date: Mon, 23 Nov 1992 23:00:00 +0000 (+0000) Subject: (COMMENT_BEGIN): Redefine as #. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39d7b60596f4d15defbb008614d5a817e38365da;p=gcc.git (COMMENT_BEGIN): Redefine as #. (ASM_APP_ON, ASM_APP_OFF): Redefine to use #. From-SVN: r2782 --- diff --git a/gcc/config/i386/386bsd.h b/gcc/config/i386/386bsd.h index bad04485da7..e33b6e92201 100644 --- a/gcc/config/i386/386bsd.h +++ b/gcc/config/i386/386bsd.h @@ -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 /* Defines to be able to build libgcc.a with GCC. These are the same as in i386mach.h. */