diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-07 03:04:29 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-07 03:04:29 +0000 |
commit | 26f471a761137387063ef272e8be5c0dd087b6ba (patch) | |
tree | 7c1c45a4b53bdec8f2b708a08b1529c5e22b48f1 /gcc/cpphash.c | |
parent | 42433e755e9d4058c78519bd61d37a0355cc152d (diff) | |
download | gcc-26f471a761137387063ef272e8be5c0dd087b6ba.tar.gz |
* cpphash.c (cpp_lookup): Change struct parse_file -> cpp_reader.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12200 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r-- | gcc/cpphash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c index 979ec40d0f6..bc88cfa730c 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -58,7 +58,7 @@ hashf (name, len, hashsize) */ HASHNODE * cpp_lookup (pfile, name, len, hash) - struct parse_file *pfile; + cpp_reader *pfile; const U_CHAR *name; int len; int hash; |