aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltests.c b/ltests.c
index ff962543..a6968653 100644
--- a/ltests.c
+++ b/ltests.c
@@ -1208,7 +1208,7 @@ static int getindex_aux (lua_State *L, lua_State *L1, const char **pc) {
1208 1208
1209static void pushcode (lua_State *L, int code) { 1209static void pushcode (lua_State *L, int code) {
1210 static const char *const codes[] = {"OK", "YIELD", "ERRRUN", 1210 static const char *const codes[] = {"OK", "YIELD", "ERRRUN",
1211 "ERRSYNTAX", "ERRMEM", "ERRGCMM", "ERRERR"}; 1211 "ERRSYNTAX", MEMERRMSG, "ERRGCMM", "ERRERR"};
1212 lua_pushstring(L, codes[code]); 1212 lua_pushstring(L, codes[code]);
1213} 1213}
1214 1214