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/i386/netbsd.h | |
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/i386/netbsd.h')
-rw-r--r-- | gcc/config/i386/netbsd.h | 5 |
1 files changed, 0 insertions, 5 deletions
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" |