OSDN Git Service

* c-common.c (cb_register_builtins): Don't indent '#' of #define.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 May 2002 17:39:18 +0000 (17:39 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 May 2002 17:39:18 +0000 (17:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53740 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-common.c

index 7ef5402..a8211bf 100644 (file)
@@ -1,3 +1,7 @@
+Wed May 22 18:25:29 2002  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * c-common.c (cb_register_builtins): Don't indent '#' of #define.
+
 Wed May 22 17:08:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * t-sh (LIB2FUNCS_EXTRA): Now embed-bb.c.
index 7d6707a..900b5e9 100644 (file)
@@ -4384,7 +4384,7 @@ cb_register_builtins (pfile)
 
   /* A straightforward target hook doesn't work, because of problems
      linking that hook's body when part of non-C front ends.  */
-  #define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM)
+define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM)
   TARGET_CPU_CPP_BUILTINS ();
   TARGET_OS_CPP_BUILTINS ();
 }