diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 7d6707a..900b5e9 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 (); } |