소스 검색

Declaration of items[] made static to avoid name conflict with ra.c

bal 40 년 전
부모
커밋
bac0efbedb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      util/ego/ra/ra_items.c

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