Add more missing 'local's to variable declarations.

This commit is contained in:
Oliver Tappe
2014-08-13 13:32:43 +02:00
parent afde44733f
commit 938bf9fad2
6 changed files with 9 additions and 0 deletions
+1
View File
@@ -584,6 +584,7 @@ rule Expr expression
# tokenize the expression
local tokens ;
local string ;
for string in $(expression) {
while $(string) {
local split = [ Match "[ \t]*(-|[()+*]|[0-9]*)(.*)" : $(string) ] ;