X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=parser.h;h=87226f1d3d07e12c7b673dd7a60bd1ea044b2ef7;hb=9337560fbda4278a04213d85947445218fd01621;hp=fe105b251b7b6d2f5f285536d2a78e959d5cc350;hpb=7d010a9891c42f6e60eb18cbf5b75be9878a8336;p=xboard.git diff --git a/parser.h b/parser.h index fe105b2..87226f1 100644 --- a/parser.h +++ b/parser.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -62,4 +62,6 @@ extern int yyskipmoves; /* If TRUE, all moves are reported as AmbiguousMove extern char *yy_text; /* Needed because yytext can be either a char[] or a (non-constant) char* */ extern int yyoffset P((void)); -extern signed char initialRights[BOARD_FILES]; +extern unsigned char initialRights[BOARD_FILES]; +extern signed char castlingRank[BOARD_FILES]; +