home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / alde_c / misc / comm / yaccunx / 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.