diff options
author | YamaArashi <shadow962@live.com> | 2016-02-12 22:30:42 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-12 22:30:42 -0800 |
commit | 09f3893dbdbd3010cca49e0440bef81ea5ff8d4c (patch) | |
tree | a2e9e1e8b0a3e668b137db0915d85a528d0227e2 /gcc/c-decl.c | |
parent | ef3a1796662108f019de5d018269abb28250934f (diff) |
remove standalone preprocessor
Diffstat (limited to 'gcc/c-decl.c')
-rwxr-xr-x | gcc/c-decl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 71bf948..cf98fbd 100755 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -35,10 +35,8 @@ Boston, MA 02111-1307, USA. */ #include "c-lex.h" #include "toplev.h" -#if USE_CPPLIB #include "cpplib.h" extern cpp_reader parse_in; -#endif /* In grokdeclarator, distinguish syntactic contexts of declarators. */ enum decl_context @@ -608,11 +606,7 @@ c_decode_option (argc, argv) { int strings_processed; char *p = argv[0]; -#if USE_CPPLIB strings_processed = cpp_handle_option (&parse_in, argc, argv); -#else - strings_processed = 0; -#endif /* ! USE_CPPLIB */ if (!strcmp (p, "-ftraditional") || !strcmp (p, "-traditional")) { |