From 1385d81d201620f7e72b707ff4f306c1147cf9d6 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 6 Nov 2000 11:45:18 -0200 Subject: --- lbaselib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbaselib.c b/lbaselib.c index 1973cb42..e47f9e5c 100644 --- a/lbaselib.c +++ b/lbaselib.c @@ -1,5 +1,5 @@ /* -** $Id: lbaselib.c,v 1.15 2000/10/27 16:15:53 roberto Exp roberto $ +** $Id: lbaselib.c,v 1.16 2000/10/31 13:10:24 roberto Exp roberto $ ** Basic library ** See Copyright Notice in lua.h */ @@ -556,7 +556,7 @@ static const struct luaL_reg deprecated_names [num_deprecated] = { }; -#ifdef LUA_DEPRECATETFUNCS +#ifdef LUA_DEPRECATEDFUNCS /* ** call corresponding function inserting `globals' as first argument -- cgit v1.2.3-55-g6feb