Added a concrete definition of nrglobals, because this was not always happening

otherwise.
This commit is contained in:
dtrg 2006-07-22 00:44:52 +00:00
parent af73344cf0
commit 82a585f684

View File

@ -24,8 +24,7 @@
#include "locals.h" #include "locals.h"
extern short nrglobals; short nrglobals;
short nrlocals; short nrlocals;
local_p *locals; /* dynamic array */ local_p *locals; /* dynamic array */