home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / YACCUNX.ZIP / Y3IMP.C < prev    next >
Encoding:
C/C++ Source or Header  |  1983-12-23  |  230 b   |  9 lines

  1. /* Impure data from modules split from y3.c */
  2. #define y3imp YES
  3.  
  4. #include "dtxtrn.h"
  5.  
  6. int lastred;            /* the number of the last reduction of a state */
  7.  
  8. int defact[NSTATES];    /* the default actions of states */
  9.