Added a concrete definition of nrglobals, because this was not always happening
otherwise.
This commit is contained in:
parent
03e34d0e2a
commit
86e20aa483
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue