From: ceriel Date: Thu, 5 Feb 1987 17:02:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~4749 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f5f7a6cb2a6235275b0a6934592a6a7afe3541d8;p=ack.git *** empty log message *** --- diff --git a/util/cpp/next.c b/util/cpp/next.c index 64ff5ff28..3d37a39bf 100644 --- a/util/cpp/next.c +++ b/util/cpp/next.c @@ -1,5 +1,7 @@ #include "debug.h" struct macro *h_macro = 0; +struct mlist *h_mlist = 0; #ifdef DEBUG int cnt_macro = 0; +int cnt_mlist = 0; #endif