Next: How can I change the matching pattern at run time?, Previous: Can I include comments in the "rules" section of the file?, Up: FAQ [Contents][Index]
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.