X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=parser.h;h=69c17cbb98ea7da88de92068b9d08262cfbab7fa;hb=32e172c653dd95f7503c77eac550be7daa2a7ce2;hp=3a138844d6e1822d37f52b654904b6a659939725;hpb=5cd55bddca592918f38deff675d05b650a71412e;p=xboard.git diff --git a/parser.h b/parser.h index 3a13884..69c17cb 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 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -53,8 +53,8 @@ extern void yynewfile P((FILE *f)); extern void yynewstr P((char *s)); -extern int yylex P((void)); -extern ChessMove yylexstr P((int boardIndex, char *s)); +extern int Myylex P((void)); // [HGM] yylex now globally invisible, all calls must use wrapper +extern ChessMove yylexstr P((int boardIndex, char *s, char *buf, int buflen)); extern char currentMoveString[]; extern int yyboardindex; extern int yyskipmoves; /* If TRUE, all moves are reported as AmbiguousMove