Index: src/svf/svf_flex.l
===================================================================
--- src/svf/svf_flex.l (revision 1672)
+++ src/svf/svf_flex.l (working copy)
@@ -23,6 +23,12 @@
*
*/
+%{
+#undef YY_READ_BUF_SIZE
+#undef YY_BUF_SIZE
+#define YY_READ_BUF_SIZE 30000000
+#define YY_BUF_SIZE 32000000
+%}
%option bison-bridge
%option reentrant
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development