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
|
|