aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.c
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1996-06-06 20:04:29 -0700
committerPer Bothner <bothner@gcc.gnu.org>1996-06-06 20:04:29 -0700
commitb23378c8ab20fe8f78c7753c9c69f75910d0aaa2 (patch)
tree7c1c45a4b53bdec8f2b708a08b1529c5e22b48f1 /gcc/cpphash.c
parent194d74937daf2a08daec380a974382916bc3cfeb (diff)
downloadgcc-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/cpphash.c')
-rw-r--r--gcc/cpphash.c2
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;