From 737347b0f6a0d6051189c6bb4cc72c807ee6a487 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 10 Jan 2013 19:27:22 +0900 Subject: [PATCH] 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. --- tools/qfcc/source/qc-lex.l | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tools/qfcc/source/qc-lex.l b/tools/qfcc/source/qc-lex.l index 8edbafc27..ff0f89e8a 100644 --- a/tools/qfcc/source/qc-lex.l +++ b/tools/qfcc/source/qc-lex.l @@ -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 ))