Index: ossp-pkg/cfg/cfg_syn_scan.l RCS File: /v/ossp/cvs/ossp-pkg/cfg/cfg_syn_scan.l,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/cfg/cfg_syn_scan.l,v' 2>/dev/null --- 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 Index: ossp-pkg/cfg/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/cfg/configure.ac,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/cfg/configure.ac,v' 2>/dev/null --- 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