Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

30 lines
1.2 KiB

/********************************************************************************/
/* ************* */
/* * Y 4 . H * */
/* ************* */
/* */
/* This file contains the external declarations needed to hook Yacc modules */
/* which were originally in Y4.C to their impure data in Y4IMP.4C. Also does */
/* the include of the original data/external file DTXTRN.H. */
/* */
/********************************************************************************/
# include "dtxtrn.h"
# define a amem
# define pa indgo
# define yypact temp1
# define greed tystate
# define NOMORE -1000
extern int * ggreed;
extern int * pgo;
extern int *yypgo;
extern int maxspr; /* maximum spread of any entry */
extern int maxoff; /* maximum offset into a array */
extern int *pmem;
extern int *maxa;
extern int nxdb;
extern int adb;