Declaration of items[] made static to avoid name conflict with ra.c
This commit is contained in:
parent
302608566a
commit
bac0efbedb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue