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 f84e129361
commit 83c3f45a29

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