get the fix right

This commit is contained in:
Bill Currie 2003-04-17 00:25:55 +00:00
parent 5cb8429f04
commit 9a40bf2956
2 changed files with 2 additions and 0 deletions

View file

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

View file

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