Codebase list lua-ldoc / 624cf7d
issue #70 crash steve donovan 10 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
625625 local names = List()
626626 self.subparams = {}
627627 for i,name in ipairs(original_names) do
628 if type(name) ~= 'string' then
629 self:error("declared table cannot have array entries")
630 end
628631 local pname,field = split_iden(name)
629632 if field then
630633 if not fields then