summaryrefslogtreecommitdiff
path: root/cpp/token2.c
blob: b4d22b1f6893424e8e6a5348404d1541b8cf9cc2 (plain)
1
2
3
4
5
6
7
8
9
10
11

#include <stdio.h>
#include <string.h>
#include "cc.h"

#ifdef __GNUC__
__inline
#endif
static unsigned int hash2 P((register const char *, register unsigned int));

#include "token2.h"