diff options
author | J"orn Rennecke <joern.rennecke@superh.com> | 2002-05-22 17:39:18 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2002-05-22 18:39:18 +0100 |
commit | 2727afb55125b9d801e373f37a8415ce02a1b6c9 (patch) | |
tree | 8ecdd765c6997875f2ba0476f80ad03324198ab6 /gcc/c-common.c | |
parent | 0fe1cd7062312057fa75f261c6889b570423a00c (diff) | |
download | gcc-2727afb55125b9d801e373f37a8415ce02a1b6c9.zip gcc-2727afb55125b9d801e373f37a8415ce02a1b6c9.tar.gz gcc-2727afb55125b9d801e373f37a8415ce02a1b6c9.tar.bz2 |
* c-common.c (cb_register_builtins): Don't indent '#' of #define.
From-SVN: r53740
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 (); } |