aboutsummaryrefslogtreecommitdiff
path: root/gcc/scan.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2003-01-28 23:26:28 +0000
committerStan Shebs <shebs@gcc.gnu.org>2003-01-28 23:26:28 +0000
commite150159cbe7698f9ac399ba9f367627d9427e519 (patch)
treefe19250fe67272d9a305d79ce02ee1c5688ac467 /gcc/scan.h
parente9e93c8b7ccf95207d5a6d8a421269c2d7a955be (diff)
downloadgcc-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/scan.h')
-rw-r--r--gcc/scan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/scan.h b/gcc/scan.h
index 8b74f8e..9f30bde 100644
--- a/gcc/scan.h
+++ b/gcc/scan.h
@@ -65,7 +65,6 @@ extern void recognized_function _PARAMS((const struct cpp_token *,
extern void recognized_extern _PARAMS((const struct cpp_token *));
extern unsigned int hashstr _PARAMS((const char *, unsigned int));
-struct cpp_reader;
extern int scan_decls _PARAMS((struct cpp_reader *, int, char **));
/* get_token is a simple C lexer. */