(COMMENT_BEGIN): Redefine as #.

(ASM_APP_ON, ASM_APP_OFF): Redefine to use #.

From-SVN: r2782
This commit is contained in:
Richard Stallman 1992-11-23 23:00:00 +00:00
parent 89c6a30a01
commit 39d7b60596

View 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
/* Defines to be able to build libgcc.a with GCC.
These are the same as in i386mach.h. */