mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
bah, cleanup for flex versions :P
This commit is contained in:
parent
eb099ae0d3
commit
5cb8429f04
2 changed files with 3 additions and 1 deletions
|
@ -157,4 +157,6 @@ junk .
|
|||
|
||||
%%
|
||||
|
||||
#ifdef YY_FLEX_REALLOC_HACK
|
||||
static __attribute__ ((unused)) void (*yyunput_hack)(int, char*) = yyunput;
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue