Ver código fonte

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

dtrg 18 anos atrás
pai
commit
82a585f684
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      util/ego/share/locals.c

+ 1 - 2
util/ego/share/locals.c

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