summaryrefslogtreecommitdiff
path: root/cpp/token1.c
blob: f3aa420d510023027568d1f4367e4a42bc9770c6 (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 hash1 P((register const char *, register unsigned int));

#include "token1.h"