summaryrefslogtreecommitdiff
path: root/cpp/token2.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2003-11-02 09:31:19 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:49 +0200
commitb5dac1e3bdd01a2ce105df747a9073ff0d6a94e2 (patch)
tree2ce4628567071bbb680b6c81f40f5fd3192eda02 /cpp/token2.c
parent22950ba3df3a0b739786243679d69cd4094e8b20 (diff)
downloaddev86-b5dac1e3bdd01a2ce105df747a9073ff0d6a94e2.tar.gz
Import Dev86src-0.16.14.tar.gzv0.16.14
Diffstat (limited to 'cpp/token2.c')
-rw-r--r--cpp/token2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/token2.c b/cpp/token2.c
index c535746..b4d22b1 100644
--- a/cpp/token2.c
+++ b/cpp/token2.c
@@ -6,6 +6,6 @@
#ifdef __GNUC__
__inline
#endif
-static unsigned int hash2 _P((register const char *, register unsigned int));
+static unsigned int hash2 P((register const char *, register unsigned int));
#include "token2.h"