X-Git-Url: https://pd.if.org/git/?p=pccts;a=blobdiff_plain;f=dlg%2Fstdpccts.h;fp=dlg%2Fstdpccts.h;h=91095b6dbbfa80ef240a2005d7735ca2d4c5cf14;hp=0000000000000000000000000000000000000000;hb=dbdf5b07e8658f27641734bd3fad465de01650e5;hpb=a5858ad3d85781b0412eac53847e35a1bf24e70d diff --git a/dlg/stdpccts.h b/dlg/stdpccts.h new file mode 100755 index 0000000..91095b6 --- /dev/null +++ b/dlg/stdpccts.h @@ -0,0 +1,24 @@ +#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