aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/luaconf.h b/luaconf.h
index 96a77802..f076c984 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -343,6 +343,13 @@
343 343
344 344
345/* 345/*
346@@ LUA_COMPAT_LOOPVAR makes for-loop control variables not read-only,
347** as they were in previous versions.
348*/
349/* #define LUA_COMPAT_LOOPVAR */
350
351
352/*
346@@ LUA_COMPAT_MATHLIB controls the presence of several deprecated 353@@ LUA_COMPAT_MATHLIB controls the presence of several deprecated
347** functions in the mathematical library. 354** functions in the mathematical library.
348** (These functions were already officially removed in 5.3; 355** (These functions were already officially removed in 5.3;