* cpphash.c (cpp_lookup): Change struct parse_file -> cpp_reader.
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 7 Jun 1996 03:04:29 +0000 (20:04 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 7 Jun 1996 03:04:29 +0000 (20:04 -0700)
From-SVN: r12200

gcc/cpphash.c

index 979ec40d0f64ecc868eb4f18a1500e62198d2edc..bc88cfa730c2da19dc20c5b6b01acf91d6661a46 100644 (file)
@@ -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;