home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / flex704.lha / src.lha / parse.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-22  |  183 b   |  10 lines

  1. # define CHAR 257
  2. # define NUMBER 258
  3. # define SECTEND 259
  4. # define SCDECL 260
  5. # define XSCDECL 261
  6. # define WHITESPACE 262
  7. # define NAME 263
  8. # define PREVCCL 264
  9. # define EOF_OP 265
  10.