Declaration of items[] made static to avoid name conflict with ra.c
This commit is contained in:
parent
302608566a
commit
bac0efbedb
@ -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 */
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user