summaryrefslogtreecommitdiff
path: root/cpp/token1.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/token1.c')
-rw-r--r--cpp/token1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/token1.c b/cpp/token1.c
index e53f563..4b966f7 100644
--- a/cpp/token1.c
+++ b/cpp/token1.c
@@ -3,4 +3,9 @@
#include <string.h>
#include "cc.h"
+#ifdef __GNUC__
+__inline
+#endif
+static unsigned int hash1 _P((register const char *, register unsigned int));
+
#include "token1.h"