Check-in Number:
|
3662 | |
Date: |
2003-Nov-06 12:50:58 (local)
2003-Nov-06 11:50:58 (UTC) |
User: | ms |
Branch: | |
Comment: |
Add bison-locations to conditionally include new M4 yylloc macro into
analyzer skeleton code. Keep now redundant bison-bridge option around (this
doesn't hurt), just incase the new conditional reentrant yylloc reverts. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/l2_spec_scan.l 1.12 -> 1.13
--- l2_spec_scan.l 2003/01/06 11:41:52 1.12
+++ l2_spec_scan.l 2003/11/06 11:50:58 1.13
@@ -60,6 +60,7 @@
%option stack
%option reentrant
%option bison-bridge
+%option bison-locations
%option never-interactive
%option noyywrap
|
|