bah, cleanup for flex versions :P

This commit is contained in:
Bill Currie 2003-04-17 00:14:13 +00:00
parent eb099ae0d3
commit 5cb8429f04
2 changed files with 3 additions and 1 deletions

View file

@ -157,4 +157,6 @@ junk .
%%
#ifdef YY_FLEX_REALLOC_HACK
static __attribute__ ((unused)) void (*yyunput_hack)(int, char*) = yyunput;
#endif

View file

@ -641,5 +641,5 @@ make_string (char *token)
#ifdef YY_FLEX_REALLOC_HACK
static void *(*const yy_flex_realloc_hack)(void *,yy_size_t) = yy_flex_realloc;
#endif
static __attribute__ ((unused)) void (*yyunput_hack)(int, char*) = yyunput;
#endif