From 572a69b6afbd368beab8844bc876b0f9690b5253 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 23 Apr 2001 13:35:45 -0300 Subject: name changes --- ltests.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index d761d065..77fc6048 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.78 2001/04/11 14:42:41 roberto Exp roberto $ +** $Id: ltests.c,v 1.79 2001/04/17 17:35:54 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -433,8 +433,8 @@ static int udataval (lua_State *L) { } static int newtag (lua_State *L) { - lua_pushnumber(L, lua_newtype(L, lua_tostring(L, 1), - (int)lua_tonumber(L, 2))); + lua_pushnumber(L, lua_newxtype(L, lua_tostring(L, 1), + (int)lua_tonumber(L, 2))); return 1; } -- cgit v1.2.3-55-g6feb