aboutsummaryrefslogtreecommitdiff
path: root/lib/lua/src/ltable.h
diff options
context:
space:
mode:
authorred-001 <red-001@outlook.ie>2018-01-04 07:21:12 +0000
committerLoïc Blot <nerzhul@users.noreply.github.com>2018-01-04 08:21:12 +0100
commit30821ad8deb42728fbba9de60dda31033f70aaac (patch)
tree93e98b7699736fb98244b3bb586413bb1ed9d277 /lib/lua/src/ltable.h
parente7396a0c5060eccf3d4aea9b83647e1d02df308b (diff)
downloadminetest-30821ad8deb42728fbba9de60dda31033f70aaac.tar.gz
minetest-30821ad8deb42728fbba9de60dda31033f70aaac.tar.bz2
minetest-30821ad8deb42728fbba9de60dda31033f70aaac.zip
[CSM] Don't load the IO library. (#6087)
* [CSM] Don't load the IO library. * Rename the function to match the Lua API function name and add a missing `const` * Add a comment to explain some strange code and fix the other issues pointed out by shadowninja.
Diffstat (limited to 'lib/lua/src/ltable.h')
0 files changed, 0 insertions, 0 deletions
3' href='#n123'>123
/*
Minetest
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2017-8 rubenwardy <rw@rubenwardy.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#include "lua_api/l_playermeta.h"