mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-04 15:10:23 +00:00
rebuilt
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2036 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
dfe43e5c3f
commit
d51418aabc
1 changed files with 4 additions and 6 deletions
|
|
@ -9452,11 +9452,9 @@ static int input (yyscan_t yyscanner );
|
|||
#define YY_DECL_IS_OURS 1
|
||||
/* %if-c-only Standard (non-C++) definition */
|
||||
|
||||
extern int yylex \
|
||||
(YYSTYPE * yylval_param ,yyscan_t yyscanner);
|
||||
extern int yylex (YYSTYPE * yylval_param ,yyscan_t yyscanner);
|
||||
|
||||
#define YY_DECL int yylex \
|
||||
(YYSTYPE * yylval_param , yyscan_t yyscanner)
|
||||
#define YY_DECL int yylex (YYSTYPE * yylval_param , yyscan_t yyscanner)
|
||||
/* %endif */
|
||||
/* %if-c++-only C++ definition */
|
||||
/* %endif */
|
||||
|
|
@ -9494,7 +9492,7 @@ YY_DECL
|
|||
|
||||
|
||||
/*********************** EOF ************************/
|
||||
#line 9497 "htmllex.c"
|
||||
#line 9495 "htmllex.c"
|
||||
|
||||
yylval = yylval_param;
|
||||
|
||||
|
|
@ -10885,7 +10883,7 @@ YY_RULE_SETUP
|
|||
#line 981 "htmllex.l"
|
||||
ECHO;
|
||||
YY_BREAK
|
||||
#line 10888 "htmllex.c"
|
||||
#line 10886 "htmllex.c"
|
||||
|
||||
case YY_END_OF_BUFFER:
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue