Check-in Number:
|
2344 | |
Date: |
2002-Jul-25 09:49:55 (local)
2002-Jul-25 07:49:55 (UTC) |
User: | rse |
Branch: | |
Comment: |
upgrade to flex-beta 2.5.10 (incompatible changes, so require it) |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/cfg/cfg_syn_scan.l 1.10 -> 1.11
--- cfg_syn_scan.l 2002/07/17 18:47:09 1.10
+++ cfg_syn_scan.l 2002/07/25 07:49:55 1.11
@@ -40,7 +40,7 @@
#include "cfg_syn_parse.h"
/* how to find our own context */
-#define CTX ((cfg_syn_ctx_t *)yyget_extra(yy_globals))
+#define CTX ((cfg_syn_ctx_t *)yyget_extra(yyscanner))
/* provide own input handling */
#define YY_NO_UNPUT 1
|
|
ossp-pkg/cfg/configure.ac 1.1 -> 1.2
--- configure.ac 2002/07/09 08:29:19 1.1
+++ configure.ac 2002/07/25 07:49:55 1.2
@@ -42,7 +42,7 @@
AC_PROG_LIBTOOL
AC_CHECK_BISON(BISON, 1.30, [1.3[[0-9]]|1.[[4-9]]])
-AC_CHECK_FLEX(FLEX, 2.5.6, [2.5.[[6-9]]|2.5.1[[0-9]]|2.[[6-9]].*])
+AC_CHECK_FLEX(FLEX, 2.5.10, [2.5.1[[0-9]]|2.[[6-9]].*])
sinclude(cfg.ac)
CFG_CHECK_ALL
|
|