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

4 years ago
  1. /********************************************************************************/
  2. /* ************* */
  3. /* * Y 4 . H * */
  4. /* ************* */
  5. /* */
  6. /* This file contains the external declarations needed to hook Yacc modules */
  7. /* which were originally in Y4.C to their impure data in Y4IMP.4C. Also does */
  8. /* the include of the original data/external file DTXTRN.H. */
  9. /* */
  10. /********************************************************************************/
  11. # include "dtxtrn.h"
  12. # define a amem
  13. # define pa indgo
  14. # define yypact temp1
  15. # define greed tystate
  16. # define NOMORE -1000
  17. extern int * ggreed;
  18. extern int * pgo;
  19. extern int *yypgo;
  20. extern int maxspr; /* maximum spread of any entry */
  21. extern int maxoff; /* maximum offset into a array */
  22. extern int *pmem;
  23. extern int *maxa;
  24. extern int nxdb;
  25. extern int adb;