Nicolas Bejito writes:

> # flex -V
>
> flex version 2.5.4

flex 2.5.4 is 10 years old, and more recent releases have been out for
the last six years.  All of these have yypush_buffer_state().  Please
upgrade to a newer version of flex.

> yypush_buffer_state() & yypop_buffer_state()  function doesn?t exist in Fex
> 2.5.4, yy_switch_to_buffer() & yy_delete_buffer() can be used.
>
> Lex documentation : http://flex.sourceforge.net/manual/
> Multiple-Input-Buffers.html

yy_switch_to_buffer() is not used because it does not easily allow one
"included" file to include another one.

Entrope
_______________________________________________
Coder-com mailing list
Coder-com@undernet.org
http://undernet.sbg.org/mailman/listinfo/coder-com

Reply via email to