Remove old LUA_COMPAT_* macros from src/wesnoth_lua_config.h
These macros were in Lua 5.3 but have been removed in Lua 5.4: https://github.com/lua/lua/commit/34b00c1
This commit is contained in:
parent
5a0a3d0d72
commit
4b5c1696ee
1 changed files with 0 additions and 13 deletions
|
@ -41,19 +41,6 @@
|
|||
|
||||
|
||||
|
||||
/*
|
||||
** Standard Lua options.
|
||||
*/
|
||||
|
||||
/* Wesnoth definitions for compatibility
|
||||
* No longer needed in C++, included only for Lua runtime.
|
||||
*/
|
||||
#define LUA_COMPAT_5_2
|
||||
#define LUA_COMPAT_5_1
|
||||
#define LUA_COMPAT_FLOATSTRING
|
||||
|
||||
|
||||
|
||||
/*
|
||||
** Wesnoth-specific modifications.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue