home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / chess / 473 < prev    next >
Encoding:
Text File  |  1992-11-21  |  664 b   |  22 lines

  1. Newsgroups: gnu.chess
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!caen!deccrl!news.crl.dec.com!pa.dec.com!src.dec.com!mann
  3. From: mann@src.dec.com (Tim Mann)
  4. Subject: Re: xboard 2.0 pl25 problems
  5. Message-ID: <1992Nov22.025017.9700@src.dec.com>
  6. Sender: news@src.dec.com (News)
  7. Organization: DEC Systems Research Center
  8. References: <KS.92Nov20114449@karikukko.cs.tut.fi>
  9. Distribution: gnu
  10. Date: Sun, 22 Nov 92 02:50:17 GMT
  11. Lines: 9
  12.  
  13.  
  14. Oops, sorry for that blunder.  The fix is to change the declaration of
  15. yylexstr near the top of xboard.c.
  16.  
  17. < extern ChessMove yylexstr P((void));
  18. -----
  19. > extern ChessMove yylexstr P((int boardIndex, char *s));
  20.  
  21.     --Tim
  22.