Source code of Windows XP (NT5)
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.

31 lines
1.3 KiB

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