diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 914a12f5b01..ed06c186aed 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -35,4 +35,4 @@ static HASHNODE *hashtab[HASHSIZE]; #define HASHSTEP(old, c) ((old << 2) + c) #define MAKE_POS(v) (v & 0x7fffffff) /* make number positive */ -extern HASHNODE* install PARAMS ((U_CHAR*,int,enum node_type, int,char*,int)); +extern HASHNODE *install PARAMS ((U_CHAR *,int,enum node_type, int,char *,int)); |