diff options
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 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; |