瀏覽代碼

Declaration of items[] made static to avoid name conflict with ra.c

bal 40 年之前
父節點
當前提交
bac0efbedb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      util/ego/ra/ra_items.c

+ 1 - 1
util/ego/ra/ra_items.c

@@ -181,7 +181,7 @@ STATIC bool lt_item(a,b)
 
 
 
-STATIC item_p items[NRITEMTYPES];  /* items[i] points to the list of type i */
+static item_p items[NRITEMTYPES];  /* items[i] points to the list of type i */