From 86e20aa483ce645e189acb6b9f67dfd5007fc122 Mon Sep 17 00:00:00 2001 From: dtrg Date: Sat, 22 Jul 2006 00:44:52 +0000 Subject: [PATCH] Added a concrete definition of nrglobals, because this was not always happening otherwise. --- util/ego/share/locals.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */ -- 2.34.1