diff options
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r-- | gcc/gen-protos.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index f423b3ff86e..8b018cdc526 100644 --- a/gcc/gen-protos.c +++ b/gcc/gen-protos.c @@ -17,6 +17,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "hconfig.h" #include "system.h" +#include "gansidecl.h" #include "scan.h" #include "cpplib.h" #include "cpphash.h" @@ -28,9 +29,9 @@ char *progname; int hash_tab[HASH_SIZE]; int next_index; -static int +int hashf (name, len, hashsize) - register U_CHAR *name; + register const U_CHAR *name; register int len; int hashsize; { |