diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1996-06-06 20:04:29 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1996-06-06 20:04:29 -0700 |
commit | b23378c8ab20fe8f78c7753c9c69f75910d0aaa2 (patch) | |
tree | 7c1c45a4b53bdec8f2b708a08b1529c5e22b48f1 /gcc | |
parent | 194d74937daf2a08daec380a974382916bc3cfeb (diff) | |
download | gcc-b23378c8ab20fe8f78c7753c9c69f75910d0aaa2.zip gcc-b23378c8ab20fe8f78c7753c9c69f75910d0aaa2.tar.gz gcc-b23378c8ab20fe8f78c7753c9c69f75910d0aaa2.tar.bz2 |
* cpphash.c (cpp_lookup): Change struct parse_file -> cpp_reader.
From-SVN: r12200
Diffstat (limited to 'gcc')
-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 979ec40..bc88cfa 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; |