home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / c / yaccsrc2 / y3.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-18  |  938 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.