]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 7ef54025b0b0b6ed8d3d5f175b72d144114c1df6..a8211bf6c3606ecee65b5581cdd281bb9a6daf61 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 7d6707a6a897e0db1287cd7f64c940a0f2b1450d..900b5e9bb542c759c019d52c08f2be89698397c0 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 ();
 }