* c-common.c (cb_register_builtins): Don't indent '#' of #define.

From-SVN: r53740
This commit is contained in:
J"orn Rennecke 2002-05-22 17:39:18 +00:00 committed by Joern Rennecke
parent 0fe1cd7062
commit 2727afb551
2 changed files with 5 additions and 1 deletions

View 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.

View 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 ();
}