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 <ctype.h> 20 #include "dlg.h" 21 #define zzSET_SIZE 8 22 #include "antlr.h" 23 #include "tokens.h" 24 #include "dlgdef.h" 25 #include "mode.h" 26 #endif 27