aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-08-01 14:04:02 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-08-01 14:04:02 +0000
commitbf42e45b205e05a710de0e9fe0fc33e668fdb891 (patch)
tree186dff8557e01e179836315ff7e9868a89ea1f7b /gcc/cpplib.h
parenta5bcc58230c173c6923908cd7622dca7240f18de (diff)
downloadgcc-bf42e45b205e05a710de0e9fe0fc33e668fdb891.zip
gcc-bf42e45b205e05a710de0e9fe0fc33e668fdb891.tar.gz
gcc-bf42e45b205e05a710de0e9fe0fc33e668fdb891.tar.bz2
Makefile.in: Refine dependencies.
* Makefile.in: Refine dependencies. * c-opts.c (c_common_handle_option): Do nothing for -Wimport. * c.opt: Update help for -Wimport. * cppfiles.c: Include hashtab.h. Update comments. (stack_file): Read the file before updating dependencies. (once_only_file_p): Be smarter about marking once-only files. (_cpp_mark_file_once_only): Correct the check for existence on the list. (open_file_failed): Use name not path, which is NULL. * cpphash.h: Don't include hashtab.h. (struct _cpp_file): Remove. (struct cpp_reader): Update. * cppinit.c (cpp_create_reader): Don't initialize warn_import. * cpplib.h (struct cpp_options): Remove warn_import. (cpp_simplify_path): Remove. From-SVN: r70045
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r--gcc/cpplib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h
index 7f5cfd4..ca3f814 100644
--- a/gcc/cpplib.h
+++ b/gcc/cpplib.h
@@ -267,9 +267,6 @@ struct cpp_options
/* Nonzero means warn if there are any trigraphs. */
unsigned char warn_trigraphs;
- /* Nonzero means warn if #import is used. */
- unsigned char warn_import;
-
/* Nonzero means warn about multicharacter charconsts. */
unsigned char warn_multichar;
@@ -712,7 +709,6 @@ extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,
/* In cppfiles.c */
extern bool cpp_included (cpp_reader *, const char *);
extern void cpp_make_system_header (cpp_reader *, int, int);
-extern void cpp_simplify_path (char *);
extern bool cpp_push_include (cpp_reader *, const char *);
extern void cpp_change_file (cpp_reader *, enum lc_reason, const char *);