Commit 2727afb5 by J"orn Rennecke Committed by Joern Rennecke

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

From-SVN: r53740
parent 0fe1cd70
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 ();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment