mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
935 B
14 lines
935 B
/********************************************************************************/
|
|
/* ************* */
|
|
/* * Y 3 . H * */
|
|
/* ************* */
|
|
/* */
|
|
/* This file contains the external declarations needed to hook Yacc modules */
|
|
/* which were originally in Y3.C to their impure data in Y3IMP.3C. Also does */
|
|
/* the include of the original data/external file DTXTRN.H. */
|
|
/* */
|
|
/********************************************************************************/
|
|
|
|
# include "dtxtrn.h"
|
|
|
|
extern int lastred; /* the number of the last reduction of a state */
|