Check-in Number:
|
2794 | |
Date: |
2002-Nov-09 15:34:01 (local)
2002-Nov-09 14:34:01 (UTC) |
User: | rse |
Branch: | |
Comment: |
ok, with the latest and greatest plus a little tweaking it works again |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/cfg/cfg_syn_scan.l 1.11 -> 1.12
--- cfg_syn_scan.l 2002/07/25 07:49:55 1.11
+++ cfg_syn_scan.l 2002/11/09 14:34:01 1.12
@@ -66,7 +66,8 @@
/* scanner options */
%pointer
%option stack
-%option reentrant-bison
+%option reentrant
+%option bison-bridge
%option never-interactive
%option noyywrap
|
|
ossp-pkg/cfg/configure.ac 1.5 -> 1.6
--- configure.ac 2002/10/06 08:42:06 1.5
+++ configure.ac 2002/11/09 14:34:01 1.6
@@ -41,7 +41,7 @@
sinclude(libtool.m4)
AC_PROG_LIBTOOL
-AC_CHECK_BISON(BISON, 1.30, [1.3[[0-9]]|1.[[4-9]][[0-9]]])
+AC_CHECK_BISON(BISON, 1.75, [1.7[[5-9]]|1.[[8-9]][[0-9]]])
AC_CHECK_FLEX(FLEX, 2.5.10, [2.5.1[[0-9]]|2.5.[[2-9]][[0-9]]|2.[[6-9]].*])
sinclude(cfg.ac)
|
|