Add more missing 'local's to variable declarations.
This commit is contained in:
@@ -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) ] ;
|
||||
|
||||
Reference in New Issue
Block a user