From: dtrg Date: Sat, 22 Jul 2006 00:44:52 +0000 (+0000) Subject: Added a concrete definition of nrglobals, because this was not always happening X-Git-Tag: release-6-0-pre-1~105 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=86e20aa483ce645e189acb6b9f67dfd5007fc122;p=ack.git Added a concrete definition of nrglobals, because this was not always happening otherwise. --- diff --git a/util/ego/share/locals.c b/util/ego/share/locals.c index 4f4e7cc6c..f8d4ba268 100644 --- a/util/ego/share/locals.c +++ b/util/ego/share/locals.c @@ -24,8 +24,7 @@ #include "locals.h" -extern short nrglobals; - +short nrglobals; short nrlocals; local_p *locals; /* dynamic array */