diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-25 19:28:44 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-25 19:28:44 +0000 |
commit | 811c1b69e447c7e5435ee5e593271b5a6bf843ad (patch) | |
tree | 925e0c18e46eaa5d241ebbe1cd839d39fc0984a2 /gcc/c-common.h | |
parent | 67c9541c399639cca897da58bfef1882c429e529 (diff) | |
download | gcc-811c1b69e447c7e5435ee5e593271b5a6bf843ad.tar.gz |
* c-common.c: Remove USE_CPPLIB conditional inclusions.
* c-common.h: Similarly.
* c-decl.c: Similarly.
* c-lang.c: Similarly.
* c-lex.c: Similarly.
* c-parse.in: Similarly.
* c-pragma.c: Similarly.
* c-pragma.h: Similarly.
* gcc.c: Similarly.
* toplev.c: Similarly.
* cp/cp-tree.h: Similarly.
* cp/decl2.c: Similarly.
* cp/lang-specs.h: Similarly.
* cp/lex.c: Similarly.
* cp/lex.h: Similarly.
* cp/spew.c: Similarly.
* java/lang-options.h: Similarly.
* objc/lang-specs.h: Similarly.
* objc/objc-act.c: Similarly.
* configure.in: Remove configure option.
* config.in: Regenerate.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37742 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 5f6e4d2335b..b27c76069a8 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -463,13 +463,8 @@ extern void overflow_warning PARAMS ((tree)); extern void unsigned_conversion_warning PARAMS ((tree, tree)); /* Read the rest of the current #-directive line. */ -#if USE_CPPLIB extern char *get_directive_line PARAMS ((void)); #define GET_DIRECTIVE_LINE() get_directive_line () -#else -extern char *get_directive_line PARAMS ((FILE *)); -#define GET_DIRECTIVE_LINE() get_directive_line (finput) -#endif /* Subroutine of build_binary_op, used for comparison operations. See if the operands have both been converted from subword integer types |