Uli Schlachter
a141370704
Add a vim modeline to all C source
...
Most of the files already had this, at least.
Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-12-12 17:42:16 +01:00
Uli Schlachter
d2b1e92f9e
Clean up header includes
...
Every .c file has to include the corresponding .h file first to make sure the
headers are self-contained. Additionally, this moves some unneeded includes
around.
Signed-off-by: Uli Schlachter <psychon@znc.in>
2014-03-30 20:07:48 +02:00
Arvydas Sidorenko
d612b922f3
lua_objlen wrapped in luaA_rawlen
...
In lua 5.2 lua_objlen was renamed for now reason
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
2012-06-12 11:02:57 +02:00
Arvydas Sidorenko
f2942a994d
luaL_typerror -> luaA_typerror
...
Lua 5.2 removed luaL_typerror leaving to write our own version
if need it.
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
2012-06-12 10:56:19 +02:00