remove spurious declarations in c-tokenize.lex
authorAndy Wingo <wingo@pobox.com>
Fri, 26 Mar 2010 12:20:00 +0000 (13:20 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 26 Mar 2010 12:22:10 +0000 (13:22 +0100)
* libguile/c-tokenize.lex: Remove spurious declarations of flex-internal
  functions, as their prototypes are changing in upstream flex.

THANKS
libguile/c-tokenize.lex

diff --git a/THANKS b/THANKS
index 7c6e4c6..2649a2a 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -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
index 938a5d2..dc72257 100644 (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;