From: bal Date: Fri, 30 Nov 1984 10:49:09 +0000 (+0000) Subject: Declaration of items[] made static to avoid name conflict with ra.c X-Git-Tag: release-5-5~5913 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bac0efbedb2bc7dab4df0a42b792d723578fd276;p=ack.git Declaration of items[] made static to avoid name conflict with ra.c --- 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 */