Remove COMMENT_BEGIN
authorStan Cox <coxs@gnu.org>
Fri, 15 Nov 1996 19:53:05 +0000 (19:53 +0000)
committerStan Cox <coxs@gnu.org>
Fri, 15 Nov 1996 19:53:05 +0000 (19:53 +0000)
From-SVN: r13177

gcc/config/i386/386bsd.h
gcc/config/i386/freebsd.h
gcc/config/i386/netbsd.h
gcc/config/i386/unix.h

index cdab5f57c88c76614ab1c6f3c614306bebf471ed..c93279ffb00b411049b113e344fb116c96d8d2e1 100644 (file)
     }                                                                  \
 }
 
-/* There are conflicting reports about whether this system uses
-   a different assembler syntax.  wilson@cygnus.com says # is right.  */
-#undef COMMENT_BEGIN
-#define COMMENT_BEGIN "#"
-
 #undef ASM_APP_ON
 #define ASM_APP_ON "#APP\n"
 
index 43afa718de6234947d856dbc6710547d761e8e22..83d1de72467ed0f00221c4a00ec20a7960e09c55 100644 (file)
@@ -56,11 +56,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define HAVE_ATEXIT
 
-/* There are conflicting reports about whether this system uses
-   a different assembler syntax.  wilson@cygnus.com says # is right.  */
-#undef COMMENT_BEGIN
-#define COMMENT_BEGIN "#"
-
 #undef ASM_APP_ON
 #define ASM_APP_ON "#APP\n"
 
index 5e113fbe7c4a211b813bf512512063a0695b4519..8262fb041958a091fe696223a83d7c61b2ac5f99 100644 (file)
 #undef WCHAR_TYPE_SIZE
 #define WCHAR_TYPE_SIZE 32
 
-/* There are conflicting reports about whether this system uses
-   a different assembler syntax.  wilson@cygnus.com says # is right.  */
-#undef COMMENT_BEGIN
-#define COMMENT_BEGIN "#"
-
 #undef ASM_APP_ON
 #define ASM_APP_ON "#APP\n"
 
index c74f2918dc5347a7baca1ff1b7361a22952d11b3..c74911c7107f6434d1c6e5c79cb5e8c6003aa079 100644 (file)
@@ -101,7 +101,6 @@ Boston, MA 02111-1307, USA.  */
 /* String containing the assembler's comment-starter.  */
 
 #define ASM_COMMENT_START "/"
-#define COMMENT_BEGIN "/"
 
 /* Output to assembler file text saying following lines
    may contain character constants, extra white space, comments, etc.  */