]> granicus.if.org Git - flex/commitdiff
Appended to BUGS file.
authorJohn Millaway <john43@users.sourceforge.net>
Mon, 20 Feb 2006 17:17:43 +0000 (17:17 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Mon, 20 Feb 2006 17:17:43 +0000 (17:17 +0000)
BUGS

diff --git a/BUGS b/BUGS
index 668be49db38b95f5983ad950e8f6d76e9a7d9387..f456b696fbb9943ef61779f367bbe38ea43d5351 100644 (file)
--- 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
+-------------------------------------------------------------