From b23378c8ab20fe8f78c7753c9c69f75910d0aaa2 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Thu, 6 Jun 1996 20:04:29 -0700 Subject: [PATCH] * cpphash.c (cpp_lookup): Change struct parse_file -> cpp_reader. From-SVN: r12200 --- gcc/cpphash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2