diff options
author | Stan Cox <coxs@gnu.org> | 1996-11-15 19:53:05 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1996-11-15 19:53:05 +0000 |
commit | 996cc4f5198eaa28304378b0005bbff9fd182562 (patch) | |
tree | e2d72d12f73130df70f7cd7a35421a6497270338 /gcc/config | |
parent | 1e66ce7766e82a2c3d2488cc8a4a6d134b3966eb (diff) | |
download | gcc-996cc4f5198eaa28304378b0005bbff9fd182562.zip gcc-996cc4f5198eaa28304378b0005bbff9fd182562.tar.gz gcc-996cc4f5198eaa28304378b0005bbff9fd182562.tar.bz2 |
Remove COMMENT_BEGIN
From-SVN: r13177
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/386bsd.h | 5 | ||||
-rw-r--r-- | gcc/config/i386/freebsd.h | 5 | ||||
-rw-r--r-- | gcc/config/i386/netbsd.h | 5 | ||||
-rw-r--r-- | gcc/config/i386/unix.h | 1 |
4 files changed, 0 insertions, 16 deletions
diff --git a/gcc/config/i386/386bsd.h b/gcc/config/i386/386bsd.h index cdab5f5..c93279f 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 43afa71..83d1de7 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 5e113fb..8262fb0 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 c74f291..c74911c 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. */ |