diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-12 03:10:43 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-12 03:10:43 +0000 |
commit | 818bf88a50476d6a6400dd4ce4fdec4c5f4758e8 (patch) | |
tree | ad6eeb713f2b36fe7f5fe3aafdd3a486037ce827 /gcc/config/i370 | |
parent | d18d957a5440396c95e129f360b1dd13a93b4725 (diff) | |
download | gcc-818bf88a50476d6a6400dd4ce4fdec4c5f4758e8.tar.gz |
* i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
backslash in comment preceeding macro definition.
* i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise.
* i370/mvs.h (TARGET_OS_CPP_BUILTINS): Likewise.
* i370/oe.h (TARGET_OS_CPP_BUILTINS): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56221 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i370')
-rw-r--r-- | gcc/config/i370/i370.h | 2 | ||||
-rw-r--r-- | gcc/config/i370/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/i370/mvs.h | 2 | ||||
-rw-r--r-- | gcc/config/i370/oe.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h index 44de0f39f0e..f71352c7e07 100644 --- a/gcc/config/i370/i370.h +++ b/gcc/config/i370/i370.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #ifndef GCC_I370_H #define GCC_I370_H -/* Target CPU builtins. */ \ +/* Target CPU builtins. */ #define TARGET_CPU_CPP_BUILTINS() \ do \ { \ diff --git a/gcc/config/i370/linux.h b/gcc/config/i370/linux.h index c07dc408a42..4613dca8cda 100644 --- a/gcc/config/i370/linux.h +++ b/gcc/config/i370/linux.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ /* TODO: convert include to ${tm_file} list in config.gcc. */ #include "i370/i370.h" -/* Target OS preprocessor built-ins. */ \ +/* Target OS preprocessor built-ins. */ #define TARGET_OS_CPP_BUILTINS() \ do { \ builtin_define_std ("unix"); \ diff --git a/gcc/config/i370/mvs.h b/gcc/config/i370/mvs.h index 4734fbd10d5..0e29fa4c8f1 100644 --- a/gcc/config/i370/mvs.h +++ b/gcc/config/i370/mvs.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_SPEC "-trigraphs" -/* Target OS preprocessor built-ins. */ \ +/* Target OS preprocessor built-ins. */ #define TARGET_OS_CPP_BUILTINS() \ do { \ builtin_define_std ("MVS"); \ diff --git a/gcc/config/i370/oe.h b/gcc/config/i370/oe.h index 0101ba89c05..afc9bd3073d 100644 --- a/gcc/config/i370/oe.h +++ b/gcc/config/i370/oe.h @@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */ #define LIBGCC_SPEC "" #define STARTFILE_SPEC "/usr/local/lib/gccmain.o" -/* Target OS preprocessor built-ins. */ \ +/* Target OS preprocessor built-ins. */ #define TARGET_OS_CPP_BUILTINS() \ do { \ builtin_define_std ("unix"); \ |