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-2001 7 * Purdue University Electrical Engineering 8 * With AHPCRC, University of Minnesota 9 * ANTLR Version 1.33MR33 10 */ 11 12 #ifndef ANTLR_VERSION 13 #define ANTLR_VERSION 13333 14 #endif 15 16 #include "pcctscfg.h" 17 #include "pccts_stdio.h" 18 19 #include "pcctscfg.h" 20 #include "set.h" 21 #include <ctype.h> 22 #include "syn.h" 23 #include "hash.h" 24 #include "generic.h" 25 #define zzcr_attr(attr,tok,t) 26 #define zzSET_SIZE 20 27 #include "antlr.h" 28 #include "tokens.h" 29 #include "dlgdef.h" 30 #include "mode.h" 31 #endif 32