You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/gnushogi/files/gnushogi-1.4.1-fno-common.p...

21 lines
366 B

--- a/gnushogi/cursesdsp.c
+++ b/gnushogi/cursesdsp.c
@@ -71,7 +71,6 @@
unsigned short MV[MAXDEPTH];
int MSCORE;
-char *DRAW;
/* Forward declarations. */
/* FIXME: change this name, puh-leeze! */
--- a/gnushogi/rawdsp.c
+++ b/gnushogi/rawdsp.c
@@ -48,7 +48,6 @@
int MSCORE;
int mycnt1, mycnt2;
-char *DRAW;
extern char *InPtr;
extern short pscore[];