diff options
author | Stan Shebs <shebs@apple.com> | 2003-01-28 23:26:28 +0000 |
---|---|---|
committer | Stan Shebs <shebs@gcc.gnu.org> | 2003-01-28 23:26:28 +0000 |
commit | e150159cbe7698f9ac399ba9f367627d9427e519 (patch) | |
tree | fe19250fe67272d9a305d79ce02ee1c5688ac467 /gcc/tree.h | |
parent | e9e93c8b7ccf95207d5a6d8a421269c2d7a955be (diff) | |
download | gcc-e150159cbe7698f9ac399ba9f367627d9427e519.zip gcc-e150159cbe7698f9ac399ba9f367627d9427e519.tar.gz gcc-e150159cbe7698f9ac399ba9f367627d9427e519.tar.bz2 |
coretypes.h (cpp_reader): Forward declare struct.
* coretypes.h (cpp_reader): Forward declare struct.
* c-pragma.h (cpp_reader): Remove forward declaration.
* hashtable.h (cpp_reader): Likewise.
* scan.h (cpp_reader): Likewise.
* tree.h (cpp_reader): Likewise.
* config/darwin-protos.h (cpp_reader): Likewise.
* config/arm/arm-protos.h (cpp_reader): Likewise.
* config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
struct cpp_reader in prototypes.
From-SVN: r62050
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2374,7 +2374,6 @@ enum attribute_flags extern tree merge_decl_attributes PARAMS ((tree, tree)); extern tree merge_type_attributes PARAMS ((tree, tree)); -struct cpp_reader; extern void default_register_cpp_builtins PARAMS ((struct cpp_reader *)); /* Split a list of declspecs and attributes into two. */ |