Added a concrete definition of nrglobals, because this was not always happening
authordtrg <none@none>
Sat, 22 Jul 2006 00:44:52 +0000 (00:44 +0000)
committerdtrg <none@none>
Sat, 22 Jul 2006 00:44:52 +0000 (00:44 +0000)
otherwise.

util/ego/share/locals.c

index 4f4e7cc..f8d4ba2 100644 (file)
@@ -24,8 +24,7 @@
 #include "locals.h"
 
 
-extern short nrglobals;
-
+short nrglobals;
 short nrlocals;
 local_p *locals;  /* dynamic array */