From: Kaveh R. Ghazi Date: Mon, 12 Aug 2002 03:10:43 +0000 (+0000) Subject: i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing backslash in comment prece... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0201fbae6115fcface847d762e5d3a4ca34e787;p=gcc.git i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing backslash in comment preceeding macro definition. * 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. From-SVN: r56221 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00690e6614d..b6abed0eb4f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2002-08-11 Kaveh R. Ghazi + + * 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. + 2002-08-12 Hans-Peter Nilsson * expr.c (store_expr): In condition for checking if value is 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"); \