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:
parent
1f51e2757c
commit
83a7b43bf2
2 changed files with 2 additions and 14 deletions
2
THANKS
2
THANKS
|
@ -81,6 +81,7 @@ For fixes or providing information which led to a fix:
|
||||||
Dan McMahill
|
Dan McMahill
|
||||||
Roger Mc Murtrie
|
Roger Mc Murtrie
|
||||||
Scott McPeak
|
Scott McPeak
|
||||||
|
Andrew Milkowski
|
||||||
Tim Mooney
|
Tim Mooney
|
||||||
Han-Wen Nienhuys
|
Han-Wen Nienhuys
|
||||||
Jan Nieuwenhuizen
|
Jan Nieuwenhuizen
|
||||||
|
@ -95,6 +96,7 @@ For fixes or providing information which led to a fix:
|
||||||
Ron Peterson
|
Ron Peterson
|
||||||
David Pirotte
|
David Pirotte
|
||||||
Carlos Pita
|
Carlos Pita
|
||||||
|
Sergey Poznyakoff
|
||||||
Ken Raeburn
|
Ken Raeburn
|
||||||
Juhani Rantanen
|
Juhani Rantanen
|
||||||
Andreas Rottmann
|
Andreas Rottmann
|
||||||
|
|
|
@ -24,20 +24,6 @@ INTQUAL (l|L|ll|LL|lL|Ll|u|U)
|
||||||
an error for that. */
|
an error for that. */
|
||||||
#define YY_NO_INPUT
|
#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 filter_snarfage = 0;
|
||||||
int print = 1;
|
int print = 1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue