home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.chess
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!caen!deccrl!news.crl.dec.com!pa.dec.com!src.dec.com!mann
- From: mann@src.dec.com (Tim Mann)
- Subject: Re: xboard 2.0 pl25 problems
- Message-ID: <1992Nov22.025017.9700@src.dec.com>
- Sender: news@src.dec.com (News)
- Organization: DEC Systems Research Center
- References: <KS.92Nov20114449@karikukko.cs.tut.fi>
- Distribution: gnu
- Date: Sun, 22 Nov 92 02:50:17 GMT
- Lines: 9
-
-
- Oops, sorry for that blunder. The fix is to change the declaration of
- yylexstr near the top of xboard.c.
-
- < extern ChessMove yylexstr P((void));
- -----
- > extern ChessMove yylexstr P((int boardIndex, char *s));
-
- --Tim
-