Hello
in section of bison manual

       10.1.5 C++ Scanner Interface

the declaration :
int *yylex* (semantic_value_type& yylval, location_type& yylloc, type1 arg1, ...)
is false

it must be

yy::parser::token_type                         \
      yylex (yy::parser::semantic_type* yylval,      \
yy::parser::location_type* yylloc,...)

Am i right ???

--
Cordialement, Michel Meynard.
----------------------------------------
Michel Meynard (e-mail : [EMAIL PROTECTED])
161, rue ada 34392 Montpellier Cedex 5
France
tel. : (33) 04 67 41 85 40        fax :  (33) 04 67 41 85 00
web : www.lirmm.fr/~meynard

Reply via email to