Help compilers/analyzers a bit with luaL_error()
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 7 Sep 2009 13:23:32 +0000 (16:23 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 7 Sep 2009 13:23:32 +0000 (16:23 +0300)
commit6fb96f3847bed4c2aba52497eb26b0d2d52207f9
tree9fd150d00ef7d2c8b56f60e4971cc739c1e1ec2c
parent475ba2111f5c3e0eb755a954785e09d3a35dfabf
Help compilers/analyzers a bit with luaL_error()
- luaL_error() never returns but as other tools dont know this it
  raises false alarms
luaext/lposix.c