Removed compatibility option LUA_COMPAT_GCPARAMS

The meaning of different GC parameters changed, so there is point in
supporting old values for them. The new code simply ignores the
parameters when changing the GC mode, so the incompatibility is small.
This commit is contained in:
Roberto Ierusalimschy
2023-12-22 14:57:43 -03:00
parent e2cc179454
commit e81f586001
6 changed files with 20 additions and 53 deletions

View File

@@ -15,8 +15,6 @@
#define LUA_COMPAT_MATHLIB
#define LUA_COMPAT_LT_LE
#define LUA_COMPAT_GCPARAMS
#define LUA_DEBUG