summaryrefslogtreecommitdiff
path: root/cpp/token2.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2002-08-11 08:50:48 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:48 +0200
commit26ade8d624457b7164502ed9c190ca3f146bda0c (patch)
tree75a70b6a562bc595c971e170994a8e302a8c7b3b /cpp/token2.c
parent660429af0232d4afcb3e03fb0437053dd6e16286 (diff)
downloaddev86-26ade8d624457b7164502ed9c190ca3f146bda0c.tar.gz
Import Dev86src-0.16.8.tar.gzv0.16.8
Diffstat (limited to 'cpp/token2.c')
-rw-r--r--cpp/token2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/token2.c b/cpp/token2.c
index e113fdd..c535746 100644
--- a/cpp/token2.c
+++ b/cpp/token2.c
@@ -3,4 +3,9 @@
#include <string.h>
#include "cc.h"
+#ifdef __GNUC__
+__inline
+#endif
+static unsigned int hash2 _P((register const char *, register unsigned int));
+
#include "token2.h"