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/hashtable.h | |
parent | e9e93c8b7ccf95207d5a6d8a421269c2d7a955be (diff) | |
download | gcc-e150159cbe7698f9ac399ba9f367627d9427e519.tar.gz |
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/hashtable.h')
-rw-r--r-- | gcc/hashtable.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/hashtable.h b/gcc/hashtable.h index f6fe27a0bcc..d0367049694 100644 --- a/gcc/hashtable.h +++ b/gcc/hashtable.h @@ -32,11 +32,6 @@ struct ht_identifier GTY(()) #define HT_LEN(NODE) ((NODE)->len) #define HT_STR(NODE) ((NODE)->str) -/* We want code outside cpplib, such as the compiler front-ends, to be - able to include this header, and to be able to link with - cpphashtbl.o without pulling in any other parts of cpplib. */ - -struct cpp_reader; typedef struct ht hash_table; typedef struct ht_identifier *hashnode; |