1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

remove spurious declarations in c-tokenize.lex

* libguile/c-tokenize.lex: Remove spurious declarations of flex-internal
  functions, as their prototypes are changing in upstream flex.
This commit is contained in:
Andy Wingo 2010-03-26 13:20:00 +01:00
parent 1f51e2757c
commit 83a7b43bf2
2 changed files with 2 additions and 14 deletions

2
THANKS
View file

@ -81,6 +81,7 @@ For fixes or providing information which led to a fix:
Dan McMahill
Roger Mc Murtrie
Scott McPeak
Andrew Milkowski
Tim Mooney
Han-Wen Nienhuys
Jan Nieuwenhuizen
@ -95,6 +96,7 @@ For fixes or providing information which led to a fix:
Ron Peterson
David Pirotte
Carlos Pita
Sergey Poznyakoff
Ken Raeburn
Juhani Rantanen
Andreas Rottmann

View file

@ -24,20 +24,6 @@ INTQUAL (l|L|ll|LL|lL|Ll|u|U)
an error for that. */
#define YY_NO_INPUT
int yylex(void);
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);
int filter_snarfage = 0;
int print = 1;