update lua to 5.3.5 and sol2 to 3.0.3

This commit is contained in:
2019-10-19 13:20:58 +07:00
parent c89edaf43c
commit a5c8b80176
169 changed files with 531 additions and 192 deletions

2
headers/3rdparty/lua/lauxlib.c vendored Executable file → Normal file
View File

@@ -1,5 +1,5 @@
/*
** $Id: lauxlib.c,v 1.288 2016/12/04 20:17:24 roberto Exp roberto $
** $Id: lauxlib.c,v 1.289.1.1 2017/04/19 17:20:42 roberto Exp $
** Auxiliary functions for building Lua libraries
** See Copyright Notice in lua.h
*/