]> pd.if.org Git - pccts/blob - dlg/stdpccts.h
auto commit for import
[pccts] / dlg / 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 #include <ctype.h>
15 #include "dlg.h"
16 #ifdef MEMCHK
17 #include "trax.h"
18 #endif
19 #define zzSET_SIZE 8
20 #include "antlr.h"
21 #include "tokens.h"
22 #include "dlgdef.h"
23 #include "mode.h"
24 #endif