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)
*/
HASHNODE *
cpp_lookup (pfile, name, len, hash)
struct parse_file *pfile;
cpp_reader *pfile;
const U_CHAR *name;
int len;
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