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-cw.y --- src/parser-cw.y.orig +++ src/parser-cw.y @@@@ -29,8 +29,8 @@@@ #include "program-cw.h" #include "options.h" - int current_line; - struct cw_line *root_line; + static int current_line; + static struct cw_line *root_line; char cw_error_message[1024]; void cw_error (char *s); @