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 / 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.