]> pd.if.org Git - pccts/blob - antlr/stdpccts.h
auto commit for import
[pccts] / antlr / stdpccts.h
1 #ifndef STDPCCTS_H
2 #define STDPCCTS_H
3 /*
4  * stdpccts.h -- P C C T S  I n c l u d e
5  *
6  * Terence Parr, Will Cohen, and Hank Dietz: 1989-1994
7  * Purdue University Electrical Engineering
8  * With AHPCRC, University of Minnesota
9  * ANTLR Version 1.32
10  */
11 #include <stdio.h>
12 #define ANTLR_VERSION   132
13
14 #ifdef __cplusplus
15 #ifndef __STDC__
16 #define __STDC__
17 #endif
18 #endif
19 #include "set.h"
20 #include <ctype.h>
21 #include "syn.h"
22 #include "hash.h"
23 #include "generic.h"
24 #define zzcr_attr(attr,tok,t)
25 #define zzSET_SIZE 20
26 #include "antlr.h"
27 #include "tokens.h"
28 #include "dlgdef.h"
29 #include "mode.h"
30 #endif