Fix undefined quote in Item:build_return_groups

This commit is contained in:
Michal Cichra 2014-11-19 19:55:45 +01:00
parent 4ab5f07d84
commit eef66575d6
1 changed files with 1 additions and 0 deletions

View File

@ -913,6 +913,7 @@ end
local struct_return_type = '*'
function Item:build_return_groups()
local quote = tools.quote
local modifiers = self.modifiers
local retmod = modifiers['return']
local groups = List()