* c-common.c (cb_register_builtins): Don't indent '#' of #define.
From-SVN: r53740
This commit is contained in:
parent
0fe1cd7062
commit
2727afb551
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 ();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue