Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Src/LuaPlus/lua51-luaplus/src/lua.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <stddef.h>


#include "luaconf.h"


#define LUA_VERSION "Lua 5.1"
Expand All @@ -29,6 +28,7 @@
/* option for multiple returns in `lua_pcall' and `lua_call' */
#define LUA_MULTRET (-1)

#include "luaconf.h"

/*
** pseudo-indices
Expand Down
3 changes: 1 addition & 2 deletions Src/LuaPlus/lua53-luaplus/src/lua.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#include <stddef.h>


#include "luaconf.h"


#define LUA_VERSION_MAJOR "5"
#define LUA_VERSION_MINOR "3"
Expand All @@ -33,6 +31,7 @@
/* option for multiple returns in 'lua_pcall' and 'lua_call' */
#define LUA_MULTRET (-1)

#include "luaconf.h"

/*
** Pseudo-indices
Expand Down