home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pccts.zip / pccts / dlg / stdpccts.h < prev    next >
C/C++ Source or Header  |  1994-03-31  |  503b  |  26 lines

  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.20b6
  10.  */
  11. #include <stdio.h>
  12. #define ANTLR_VERSION    120b6
  13.  
  14. #include <ctype.h>
  15. #include "dlg.h"
  16. #ifdef MEMCHK
  17. #include "trax.h"
  18. #endif
  19. #define zzEOF_TOKEN 1
  20. #define zzSET_SIZE 8
  21. #include "antlr.h"
  22. #include "tokens.h"
  23. #include "dlgdef.h"
  24. #include "mode.h"
  25. #endif
  26.