home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pccts.zip / pccts / lang / Pascal / pascal.h < prev    next >
Text File  |  1994-03-31  |  206b  |  14 lines

  1. /* pascal.h header file for the antlr pascal grammar
  2.  *
  3.  * 6/9/91
  4.  */
  5.  
  6. #define TRUE    1
  7. #define FALSE    0
  8.  
  9. Sym *make_special_entry();
  10.  
  11. typedef Sym *Attrib;
  12. #define zzcr_attr(attr,tok,text)    {*(attr) = CurSym;}
  13.  
  14.