Merge pull request #183 from mikz/patch-1

Fix undefined quote in Item:build_return_groups
This commit is contained in:
Steve J Donovan 2014-12-15 18:57:12 +02:00
commit d68719d2e0
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()