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

  1. /********************************************************************************/
  2. /*                              *************                                   */
  3. /*                              *  Y 3 . H  *                                   */
  4. /*                              *************                                   */
  5. /*                                                                              */
  6. /*  This file contains the external declarations needed to hook Yacc modules    */
  7. /* which were originally in Y3.C to their impure data in Y3IMP.3C. Also does    */
  8. /* the include of the original data/external file DTXTRN.H.                     */
  9. /*                                                                              */
  10. /********************************************************************************/
  11.  
  12. # include "dtxtrn.h"
  13.  
  14. extern int lastred;             /* the number of the last reduction of a state */
  15.