Przeglądaj źródła

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

bal 40 lat temu
rodzic
commit
bac0efbedb
1 zmienionych plików z 1 dodań i 1 usunięć
  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 */