bug-gnu-chess
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New PGN Parser


From: chess
Subject: Re: New PGN Parser
Date: Thu, 12 Jun 2003 22:58:00 -0500

Hello All !

- - - - - - - - - - - - - - - - - - - -

In lexpgn.l, line 77

// Add typecast to avoid compiler error 'void *' : unknown size
   newloc = (char *)malloc(strlen(s))+1;

- - - - - - - - - - - - - - - - - - - -

Also in common.h, these lines could be removed, since there are no such functions.

void MakeBinBook (char *, short);
...
/*  Miscellaneous routines  */
void ShowVersion (void);
void ShowHelp (const char *);

- - - - - - - - - - - - - - - - - - - -

*Mike





reply via email to

[Prev in Thread] Current Thread [Next in Thread]