From 996cc4f5198eaa28304378b0005bbff9fd182562 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Fri, 15 Nov 1996 19:53:05 +0000 Subject: [PATCH] Remove COMMENT_BEGIN From-SVN: r13177 --- gcc/config/i386/386bsd.h | 5 ----- gcc/config/i386/freebsd.h | 5 ----- gcc/config/i386/netbsd.h | 5 ----- gcc/config/i386/unix.h | 1 - 4 files changed, 16 deletions(-) diff --git a/gcc/config/i386/386bsd.h b/gcc/config/i386/386bsd.h index cdab5f57c88..c93279ffb00 100644 --- a/gcc/config/i386/386bsd.h +++ b/gcc/config/i386/386bsd.h @@ -49,11 +49,6 @@ } \ } -/* 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" diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h index 43afa718de6..83d1de72467 100644 --- a/gcc/config/i386/freebsd.h +++ b/gcc/config/i386/freebsd.h @@ -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" diff --git a/gcc/config/i386/netbsd.h b/gcc/config/i386/netbsd.h index 5e113fbe7c4..8262fb04195 100644 --- a/gcc/config/i386/netbsd.h +++ b/gcc/config/i386/netbsd.h @@ -30,11 +30,6 @@ #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" diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index c74f2918dc5..c74911c7107 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -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. */ -- 2.30.2