45,660
edits
No edit summary |
No edit summary |
||
Line 82: | Line 82: | ||
-- Generate the forms | -- Generate the forms | ||
if alldata[word] then | if alldata[word] then | ||
alldata[word](parent_args, pass) | |||
else | else | ||
alldata[decl_type](args, pass) | |||
end | end | ||
return pass.forms[arguments[2] .. "-" .. arguments[3]] | |||
end | end | ||