OSSP CVS Repository

ossp - Check-in [3665]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3665
Date: 2003-Nov-06 16:25:10 (local)
2003-Nov-06 15:25:10 (UTC)
User:thl
Branch:
Comment: Add and document 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/cfg/ChangeLog      1.4 -> 1.5     6 inserted, 0 deleted
ossp-pkg/cfg/cfg_syn_scan.l      1.16 -> 1.17     1 inserted, 0 deleted

ossp-pkg/cfg/ChangeLog 1.4 -> 1.5

--- ChangeLog    2002/11/10 12:12:23     1.4
+++ ChangeLog    2003/11/06 15:25:10     1.5
@@ -8,6 +8,12 @@
 
   CHANGELOG
 
+  Changes between 0.9.1 and 0.9.2 (??-???-???? to ??-???-????)
+
+   *) Added bison-locations option to scanner, fixing the missing
+      reentrant yylloc with flex-2.5.31. Taken from OSSP l2.
+      [Thomas Lotterer <thomas@lotterer.net>]
+
   Changes between 0.9.0 and 0.9.1 (01-Jul-2002 to xx-Nov-2002)
 
    *) Enhanced test suite by comparing against previously saved output


ossp-pkg/cfg/cfg_syn_scan.l 1.16 -> 1.17

--- cfg_syn_scan.l       2003/01/06 11:17:43     1.16
+++ cfg_syn_scan.l       2003/11/06 15:25:10     1.17
@@ -69,6 +69,7 @@
 %option stack
 %option reentrant
 %option bison-bridge
+%option bison-locations
 %option never-interactive
 %option noyywrap
 

CVSTrac 2.0.1