From bced00ab9efcdc68982b5e3787f277b86ea3cde8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 25 Apr 1996 11:10:00 -0300 Subject: lua_Reference is int, so say so. --- mathlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mathlib.c') diff --git a/mathlib.c b/mathlib.c index efc887b8..5e02908e 100644 --- a/mathlib.c +++ b/mathlib.c @@ -3,7 +3,7 @@ ** Mathematics library to LUA */ -char *rcs_mathlib="$Id: mathlib.c,v 1.14 1996/02/09 17:21:27 roberto Exp roberto $"; +char *rcs_mathlib="$Id: mathlib.c,v 1.15 1996/04/22 18:00:37 roberto Exp roberto $"; #include #include @@ -104,7 +104,7 @@ static void math_sqrt (void) lua_pushnumber (sqrt(d)); } -static lua_Reference old_pow; +static int old_pow; static void math_pow (void) { -- cgit v1.2.3-55-g6feb