mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-15 02:00:22 +02:00
Remove duplicate definitions
* libguile/c-tokenize.lex: remove duplicate definitions of yy* functions. Solution by Sergey Poznyakoff.
This commit is contained in:
parent
9718acde77
commit
f5556ab3e6
1 changed files with 0 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue