another million index fixes

This commit is contained in:
Torsten Ruger
2018-05-14 15:17:04 +03:00
parent 4a88f342d3
commit 3c00239f36
21 changed files with 72 additions and 65 deletions

View File

@ -92,7 +92,7 @@ module Parfait
end
def add_local( name , type )
index = has_local name
index = has_local( name )
return index if index
@frame_type = @frame_type.add_instance_variable(name,type)
end