Commit b23378c8 by Per Bothner

* cpphash.c (cpp_lookup): Change struct parse_file -> cpp_reader.

From-SVN: r12200
parent 194d7493
...@@ -58,7 +58,7 @@ hashf (name, len, hashsize) ...@@ -58,7 +58,7 @@ hashf (name, len, hashsize)
*/ */
HASHNODE * HASHNODE *
cpp_lookup (pfile, name, len, hash) cpp_lookup (pfile, name, len, hash)
struct parse_file *pfile; cpp_reader *pfile;
const U_CHAR *name; const U_CHAR *name;
int len; int len;
int hash; int hash;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment