X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=parser.h;h=57296e1efe6b7a3396895088c07e1f2c24fdc82d;hb=18c9024957df2892adb21cd851cb7a27b9502d54;hp=9e726de688046a9be4e6aede86e9132df012f7ed;hpb=91e0735ab1cbc57465e0252bc95b90bc2ab13caa;p=xboard.git diff --git a/parser.h b/parser.h index 9e726de..57296e1 100644 --- a/parser.h +++ b/parser.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -54,7 +54,7 @@ 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 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