From bac0efbedb2bc7dab4df0a42b792d723578fd276 Mon Sep 17 00:00:00 2001 From: bal Date: Fri, 30 Nov 1984 10:49:09 +0000 Subject: [PATCH] Declaration of items[] made static to avoid name conflict with ra.c --- util/ego/ra/ra_items.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ego/ra/ra_items.c b/util/ego/ra/ra_items.c index f2d394769..db4a363ba 100644 --- a/util/ego/ra/ra_items.c +++ b/util/ego/ra/ra_items.c @@ -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 */ -- 2.34.1