summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0e7daaa)
There's no sign on https://github.com/westes/flex/issues/162 that they
will release a new flex with the fix soon.
/* Since we're looking at a string at a time, don't worry about
* wrapping to the next buffer.
*/
/* Since we're looking at a string at a time, don't worry about
* wrapping to the next buffer.
*/
+#if YY_FLEX_MAJOR_VERSION == 2 && \
+ YY_FLEX_MINOR_VERSION == 6 && \
+ YY_FLEX_SUBMINOR_VERSION == 3
+/* https://github.com/westes/flex/issues/162 */
+#undef yywrap
+#endif
#define yywrap() 1
#define YY_SKIP_YYWRAP
#define yywrap() 1
#define YY_SKIP_YYWRAP