summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/cpphash.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/cpphash.h')
-rw-r--r--contrib/gcc/cpphash.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/gcc/cpphash.h b/contrib/gcc/cpphash.h
index 914a12f..2b0668d 100644
--- a/contrib/gcc/cpphash.h
+++ b/contrib/gcc/cpphash.h
@@ -35,4 +35,6 @@ 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));
+extern int hashf PARAMS ((const U_CHAR *, int, int));
+extern void delete_macro PARAMS ((HASHNODE *));
OpenPOWER on IntegriCloud