head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.06.25.07.52.16; author wiz; state Exp; branches; next ; commitid gbR0lHsTD54gw9LG; desc @@ 1.1 log @corewars: switch to gtk2, stop using argp. Patches from OpenBSD ports (which got the GTK2 patch from Debian) - thanks to both projects! Bump PKGREVISION. @ text @$NetBSD$ Fix -no-common build error. Index: src/parser-rc.y --- src/parser-rc.y.orig +++ src/parser-rc.y @@@@ -66,8 +66,9 @@@@ void free_expr(struct expr *expr); struct expr *copy_expr(struct expr *expr); - int current_line, *current_cell; - struct line *root_line; + int *current_cell; + static int current_line; + static struct line *root_line; struct expr *org; struct label *label_list; struct label *for_index; @