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

This commit is contained in:
bal 1984-11-30 10:49:09 +00:00
parent 302608566a
commit bac0efbedb

View 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 */