On Tue, 29 Mar 2005 02:14:25 +0200, Frank Heckenbach ih8mj@fjf.gnu.de wrote:
: // For a non-reentrant scanner : void * yyalloc (size_t bytes); : void * yyrealloc (void * ptr, size_t bytes); : void yyfree (void * ptr);
Well, we didn't set these `%option's yet, instead `#define YY_NO_FLEX_ALLOC' etc., but I'm changing that now.
Frank
Thanks for explanation. I look forward to the next snapshot.