Commit 39d7b605 by Richard Stallman

(COMMENT_BEGIN): Redefine as #.

(ASM_APP_ON, ASM_APP_OFF): Redefine to use #.

From-SVN: r2782
parent 89c6a30a
...@@ -47,8 +47,7 @@ ...@@ -47,8 +47,7 @@
} }
/* There are conflicting reports about whether this system uses /* There are conflicting reports about whether this system uses
a different assembler syntax. */ a different assembler syntax. wilson@cygnus.com says # is right. */
#if 0
#undef COMMENT_BEGIN #undef COMMENT_BEGIN
#define COMMENT_BEGIN "#" #define COMMENT_BEGIN "#"
...@@ -57,7 +56,6 @@ ...@@ -57,7 +56,6 @@
#undef ASM_APP_OFF #undef ASM_APP_OFF
#define ASM_APP_OFF "#NO_APP\n" #define ASM_APP_OFF "#NO_APP\n"
#endif
/* Defines to be able to build libgcc.a with GCC. /* Defines to be able to build libgcc.a with GCC.
These are the same as in i386mach.h. */ These are the same as in i386mach.h. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment