mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-06 15:51:25 +00:00
get the fix right
This commit is contained in:
parent
5cb8429f04
commit
9a40bf2956
2 changed files with 2 additions and 0 deletions
|
@ -158,5 +158,6 @@ junk .
|
||||||
%%
|
%%
|
||||||
|
|
||||||
#ifdef YY_FLEX_REALLOC_HACK
|
#ifdef YY_FLEX_REALLOC_HACK
|
||||||
|
#else
|
||||||
static __attribute__ ((unused)) void (*yyunput_hack)(int, char*) = yyunput;
|
static __attribute__ ((unused)) void (*yyunput_hack)(int, char*) = yyunput;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -641,5 +641,6 @@ make_string (char *token)
|
||||||
|
|
||||||
#ifdef YY_FLEX_REALLOC_HACK
|
#ifdef YY_FLEX_REALLOC_HACK
|
||||||
static void *(*const yy_flex_realloc_hack)(void *,yy_size_t) = yy_flex_realloc;
|
static void *(*const yy_flex_realloc_hack)(void *,yy_size_t) = yy_flex_realloc;
|
||||||
|
#else
|
||||||
static __attribute__ ((unused)) void (*yyunput_hack)(int, char*) = yyunput;
|
static __attribute__ ((unused)) void (*yyunput_hack)(int, char*) = yyunput;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue