summaryrefslogtreecommitdiffstats
path: root/fickle
diff options
context:
space:
mode:
Diffstat (limited to 'fickle')
-rw-r--r--fickle/fickle.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/fickle/fickle.tcl b/fickle/fickle.tcl
index b230cb6..9636581 100644
--- a/fickle/fickle.tcl
+++ b/fickle/fickle.tcl
@@ -328,6 +328,8 @@ proc write_scanner_utils {} {
######
"
puts $::dest "namespace eval ${::p} \{
+ variable yylval
+
variable yytext {}
variable yyleng 0
variable yyin stdin
@@ -612,6 +614,8 @@ proc write_scanner {} {
# one of its actions executes a return statement.
# -- from the flex(1) man page
proc ${::p}::yylex \{\} \{
+ variable yylval
+
variable yytext
variable yylineno
variable yyleng