]> granicus.if.org Git - flex/commit
Removed yy_current_buffer from the planet.
authorJohn Millaway <john43@users.sourceforge.net>
Fri, 28 Feb 2003 11:27:10 +0000 (11:27 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Fri, 28 Feb 2003 11:27:10 +0000 (11:27 +0000)
commit74af518aecbe477db93ebfdb04df70210fda3af0
treebfd0a66e8af53a87c5d6dceb8e3ce77373e43131
parent44a9a45a62c97fbcd83b579a7c281c8cfe80a8bf
Removed yy_current_buffer from the planet.
Input buffer states are now in an internal unbounded stack.
Added new internal function, yyensure_buffer_stack.
Added new API function, yypush_buffer_state.
Added new API function, yypop_buffer_state.
Documented the new API calls in the manual.
Macro YY_BUFFER_STATE now refers to top of stack.
This revision breaks the C++ scanner (again.)
TODO
doc/flex.texi
flex.skl
gen.c
main.c