diff options
author | Stan Cox <coxs@gnu.org> | 1996-11-19 22:25:12 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1996-11-19 22:25:12 +0000 |
commit | 1240b4abee6e5e43f2059c8afdeb4e258a13b7ed (patch) | |
tree | b408acb1f11faef24d2e44c346dd29184d01fc13 /gcc | |
parent | f134da2d219f92fce1cf8126a5eead29dd9a8889 (diff) | |
download | gcc-1240b4abee6e5e43f2059c8afdeb4e258a13b7ed.zip gcc-1240b4abee6e5e43f2059c8afdeb4e258a13b7ed.tar.gz gcc-1240b4abee6e5e43f2059c8afdeb4e258a13b7ed.tar.bz2 |
(COMMENT_BEGIN): Delete.
From-SVN: r13206
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/linux-aout.h | 5 | ||||
-rw-r--r-- | gcc/config/linux.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/linux-aout.h b/gcc/config/linux-aout.h index d281f4e..2e9a790 100644 --- a/gcc/config/linux-aout.h +++ b/gcc/config/linux-aout.h @@ -36,11 +36,6 @@ Boston, MA 02111-1307, USA. */ #undef STARTFILE_SPEC #define STARTFILE_SPEC "%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s}} %{static:-static}" -/* 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/linux.h b/gcc/config/linux.h index 4f69098..76100bf 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -34,11 +34,6 @@ Boston, MA 02111-1307, USA. */ #define MULTIBYTE_CHARS 1 #endif -/* 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" |