ossp-pkg/l2/l2_spec_scan.l 1.9 -> 1.10
--- l2_spec_scan.l 2002/07/30 19:08:25 1.9
+++ l2_spec_scan.l 2002/11/09 14:37:45 1.10
@@ -57,7 +57,8 @@
/* scanner options */
%pointer
%option stack
-%option reentrant-bison
+%option reentrant
+%option bison-bridge
%option never-interactive
%option noyywrap
|
|