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:
P. J. McDermott 2024-01-06 10:59:39 -05:00 committed by Pentarctagon
parent 5a0a3d0d72
commit 4b5c1696ee

View file

@ -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.
*/