Remove the prototypes hack.

While configure isn't testing yet, we need recent bison and flex, so many
of the old hacks are no longer necessary.
This commit is contained in:
Bill Currie 2013-01-10 19:27:22 +09:00
parent b0b2b02725
commit 737347b0f6
1 changed files with 0 additions and 11 deletions

View File

@ -67,17 +67,6 @@
#else
# define YY_FLEX_REALLOC_HACK
#endif
int yyget_lineno (void);
FILE *yyget_in (void);
FILE *yyget_out (void);
int yyget_leng (void);
char *yyget_text (void);
void yyset_lineno (int line_number);
void yyset_in (FILE * in_str);
void yyset_out (FILE * out_str);
int yyget_debug (void);
void yyset_debug (int bdebug);
int yylex_destroy (void);
#define YY_NO_UNPUT
#define YY_DECL int yylex YY_PROTO(( void ))