X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/26e06a2157c244f9928ef486a99bcf98b4f8d899..b165c324a3149114250c796852dd2b33d79db67d:/doc/bison.texinfo diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 0e39b9ae..4b706d67 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -6508,6 +6508,11 @@ handle features like include files, you might consider using Flex functions like @samp{yy_switch_to_buffer} that manipulate multiple input buffers. +If your Flex-generated scanner uses start conditions (@pxref{Start +conditions, , Start conditions, flex, The Flex Manual}), you might +also want to reset the scanner's state, i.e., go back to the initial +start condition, through a call to @samp{BEGIN (0)}. + @node Strings are Destroyed @section Strings are Destroyed