]> granicus.if.org Git - flex/commit
Made yy_flex_debug non-global in reentrant scanner.
authorJohn Millaway <john43@users.sourceforge.net>
Tue, 9 Jul 2002 16:37:04 +0000 (16:37 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Tue, 9 Jul 2002 16:37:04 +0000 (16:37 +0000)
commit6822400f32e05ba0f5a00499ddb4e8ba0ebd9202
tree6f75207a3da33803233747b4f3e32e84522c14f3
parentfeebeead86c59ab3ee13f0bd0e7a9fd830701caa
Made yy_flex_debug non-global in reentrant scanner.
Created get/set functions for yy_flex_debug.
Defined prefixes for new yy_flex_debug symbols.
Added tests/ for yy_flex_debug.
14 files changed:
configure.in
flex.skl
gen.c
main.c
scan.l
tests/Makefile.am
tests/test-debug-nr/.cvsignore [new file with mode: 0644]
tests/test-debug-nr/Makefile.am [new file with mode: 0644]
tests/test-debug-nr/scanner.l [new file with mode: 0644]
tests/test-debug-nr/test.input [new file with mode: 0644]
tests/test-debug-r/.cvsignore [new file with mode: 0644]
tests/test-debug-r/Makefile.am [new file with mode: 0644]
tests/test-debug-r/scanner.l [new file with mode: 0644]
tests/test-debug-r/test.input [new file with mode: 0644]