Pristine Ack-5.5
[Ack-5.5.git] / util / cpp / next.c
1 /* $Id: next.c,v 1.5 1994/06/24 10:18:44 ceriel Exp $ */
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