(flex.info)I get an error about undefined yywrap().


Next: How can I change the matching pattern at run time? Prev: Can I include comments in the "rules" section of the file? Up: FAQ
Enter node , (file) or (file)node

I get an error about undefined yywrap().
========================================

You must supply a 'yywrap()' function of your own, or link to 'libfl.a'
(which provides one), or use

     %option noyywrap

   in your source to say you don't want a 'yywrap()' function.


automatically generated by info2www version 1.2.2.9