diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-05-07 09:21:51 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-07 03:21:51 -0600 |
commit | bebc46636dadf957cf8d1eac2fe1e73c292e9983 (patch) | |
tree | 7d8d83bba1c07eb0bc96980692c5070d5cb63c41 /gcc/config/linux.h | |
parent | 98134cade80cec3106fd9bc6aefd78b81002a1e5 (diff) | |
download | gcc-bebc46636dadf957cf8d1eac2fe1e73c292e9983.tar.gz |
linux.h (ASM_COMMENT_START): Remove from here,
* config/linux.h (ASM_COMMENT_START): Remove from here,
* config/linux-aout.h (ASM_COMMENT_START): and here,
* config/i386/linux.h (ASM_COMMENT_START): to here,
* config/i386/linux-aout.h (ASM_COMMENT_START): and here.
* config/i386/linux-oldld.h (ASM_COMMENT_START): Define
here as '#' too.
From-SVN: r19609
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r-- | gcc/config/linux.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 97b0e13a122..b619d01cdf5 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -34,9 +34,6 @@ Boston, MA 02111-1307, USA. */ #define MULTIBYTE_CHARS 1 #endif -#undef ASM_COMMENT_START -#define ASM_COMMENT_START "#" - #undef ASM_APP_ON #define ASM_APP_ON "#APP\n" |