next.c 306 B

123456789101112
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. #include "debug.h"
  7. struct macro *h_macro = 0;
  8. struct mlist *h_mlist = 0;
  9. #ifdef DEBUG
  10. int cnt_macro = 0;
  11. int cnt_mlist = 0;
  12. #endif