summaryrefslogtreecommitdiff
path: root/cpp/token2.c
diff options
context:
space:
mode:
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"