浏览代码

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

dtrg 18 年之前
父节点
当前提交
82a585f684
共有 1 个文件被更改,包括 1 次插入2 次删除
  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 */