Remove Lua 5.0 compatibility defines.

Suggested by François Perrad.
This commit is contained in:
Mike Pall
2017-03-17 12:07:21 +01:00
parent d3e36e7920
commit de5568e0ea
3 changed files with 0 additions and 12 deletions

View File

@@ -92,10 +92,6 @@
#define LUAI_GCMUL 200 /* Run GC at 200% of allocation speed. */
#define LUA_MAXCAPTURES 32 /* Max. pattern captures. */
/* Compatibility with older library function names. */
#define LUA_COMPAT_MOD /* OLD: math.mod, NEW: math.fmod */
#define LUA_COMPAT_GFIND /* OLD: string.gfind, NEW: string.gmatch */
/* Configuration for the frontend (the luajit executable). */
#if defined(luajit_c)
#define LUA_PROGNAME "luajit" /* Fallback frontend name. */