From: amylaar Date: Wed, 22 May 2002 17:39:18 +0000 (+0000) Subject: * c-common.c (cb_register_builtins): Don't indent '#' of #define. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=365a9d3fa1000f94d1cc8cfac836941480ee17e7;p=thirdparty%2Fgcc.git * c-common.c (cb_register_builtins): Don't indent '#' of #define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53740 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ef54025b0b0..a8211bf6c360 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed May 22 18:25:29 2002 J"orn Rennecke + + * c-common.c (cb_register_builtins): Don't indent '#' of #define. + Wed May 22 17:08:48 2002 J"orn Rennecke * t-sh (LIB2FUNCS_EXTRA): Now embed-bb.c. diff --git a/gcc/c-common.c b/gcc/c-common.c index 7d6707a6a897..900b5e9bb542 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.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 (); }