aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-07-24 16:33:29 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-07-24 16:33:29 -0300
commitf9037ae8c1ccb614e38cb56054927aef6203cfd9 (patch)
tree658f5d707b03c1b04258165db15544f5cbd52775 /ltests.h
parent57d842414670769fff8ad045693dcbf1018c59c1 (diff)
downloadlua-f9037ae8c1ccb614e38cb56054927aef6203cfd9.tar.gz
lua-f9037ae8c1ccb614e38cb56054927aef6203cfd9.tar.bz2
lua-f9037ae8c1ccb614e38cb56054927aef6203cfd9.zip
'ipairs' respects metamethods
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index 805f46ed..56b0d352 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.37 2014/07/23 17:16:50 roberto Exp roberto $ 2** $Id: ltests.h,v 2.38 2014/07/24 14:00:16 roberto Exp roberto $
3** Internal Header for Debugging of the Lua Implementation 3** Internal Header for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -12,6 +12,7 @@
12 12
13/* test Lua with no compatibility code */ 13/* test Lua with no compatibility code */
14#undef LUA_COMPAT_MATHLIB 14#undef LUA_COMPAT_MATHLIB
15#undef LUA_COMPAT_IPAIRS
15#undef LUA_COMPAT_BITLIB 16#undef LUA_COMPAT_BITLIB
16#undef LUA_COMPAT_APIUNSIGNED 17#undef LUA_COMPAT_APIUNSIGNED
17#undef LUA_COMPAT_FLOATSTRING 18#undef LUA_COMPAT_FLOATSTRING