#ifndef STDPCCTS_H #define STDPCCTS_H /* * stdpccts.h -- P C C T S I n c l u d e * * Terence Parr, Will Cohen, and Hank Dietz: 1989-1994 * Purdue University Electrical Engineering * With AHPCRC, University of Minnesota * ANTLR Version 1.32 */ #include #define ANTLR_VERSION 132 #include #include "dlg.h" #ifdef MEMCHK #include "trax.h" #endif #define zzSET_SIZE 8 #include "antlr.h" #include "tokens.h" #include "dlgdef.h" #include "mode.h" #endif