Declaration of items[] made static to avoid name conflict with ra.c
authorbal <none@none>
Fri, 30 Nov 1984 10:49:09 +0000 (10:49 +0000)
committerbal <none@none>
Fri, 30 Nov 1984 10:49:09 +0000 (10:49 +0000)
util/ego/ra/ra_items.c

index f2d3947..db4a363 100644 (file)
@@ -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 */