From: John Millaway Date: Mon, 20 Feb 2006 17:17:43 +0000 (+0000) Subject: Appended to BUGS file. X-Git-Tag: flex-2-5-33~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4560a5de3ff7b12e11185683ecb437e06d8b8556;p=flex Appended to BUGS file. --- diff --git a/BUGS b/BUGS index 668be49..f456b69 100644 --- a/BUGS +++ b/BUGS @@ -87,3 +87,21 @@ lexer.yylex(); } ------------------------------------------------------------- + +Hi, the anomally is that if I generate a c++ parser it will not make +yy_scan_buffer and friends. +this is happenning on flex version 2.5.4. +Is this the intent, if so how do I make a c++ parser read from my buffer? + +P.S. in c++ it will only generate: +#ifndef YY_NO_SCAN_BUFFER +#endif + + +#ifndef YY_NO_SCAN_STRING +#endif + + +#ifndef YY_NO_SCAN_BYTES +#endif +-------------------------------------------------------------