(flex.info)Why do I get "conflicting types for yylex" error?


Next: How do I access the values set in a Flex action from within a Bison action? Prev: What is the difference between YYLEX_PARAM and YY_DECL? Up: FAQ
Enter node , (file) or (file)node

Why do I get "conflicting types for yylex" error?
=================================================

This is a compiler error regarding a generated Bison parser, not a Flex
scanner.  It means you need a prototype of yylex() in the top of the
Bison file.  Be sure the prototype matches YY_DECL.


automatically generated by info2www version 1.2.2.9