summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Lavine <noah.b.lavine@gmail.com>2012-05-01 23:17:13 -0400
committerNoah Lavine <noah.b.lavine@gmail.com>2012-05-01 23:27:32 -0400
commitf5556ab3e6997b774eec81d2418d2029a47f8b81 (patch)
treea64c30009a332cab38b080f3469e23c3b6e14768
parent9718acde77935837ecb947d52d15e989ebbe4877 (diff)
downloadguile-f5556ab3e6997b774eec81d2418d2029a47f8b81.tar.gz
Remove duplicate definitions
* libguile/c-tokenize.lex: remove duplicate definitions of yy* functions. Solution by Sergey Poznyakoff.
-rw-r--r--libguile/c-tokenize.lex14
1 files changed, 0 insertions, 14 deletions
diff --git a/libguile/c-tokenize.lex b/libguile/c-tokenize.lex
index 938a5d2cf..6a3693348 100644
--- a/libguile/c-tokenize.lex
+++ b/libguile/c-tokenize.lex
@@ -23,20 +23,6 @@ INTQUAL (l|L|ll|LL|lL|Ll|u|U)
code. This function is never actually used, and GCC 4.3 will emit
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;