From f9037ae8c1ccb614e38cb56054927aef6203cfd9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 24 Jul 2014 16:33:29 -0300 Subject: 'ipairs' respects metamethods --- ltests.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 805f46ed..56b0d352 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.37 2014/07/23 17:16:50 roberto Exp roberto $ +** $Id: ltests.h,v 2.38 2014/07/24 14:00:16 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -12,6 +12,7 @@ /* test Lua with no compatibility code */ #undef LUA_COMPAT_MATHLIB +#undef LUA_COMPAT_IPAIRS #undef LUA_COMPAT_BITLIB #undef LUA_COMPAT_APIUNSIGNED #undef LUA_COMPAT_FLOATSTRING -- cgit v1.2.3-55-g6feb