From 3390f9a35ac66d01c7bb0114083a4cb384783ff5 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 26 Aug 2005 14:36:32 -0300 Subject: detail --- lmathlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lmathlib.c') diff --git a/lmathlib.c b/lmathlib.c index 45c204f9..9be0f160 100644 --- a/lmathlib.c +++ b/lmathlib.c @@ -1,5 +1,5 @@ /* -** $Id: lmathlib.c,v 1.65 2005/07/11 23:58:35 roberto Exp roberto $ +** $Id: lmathlib.c,v 1.66 2005/08/15 14:12:32 roberto Exp roberto $ ** Standard mathematical library ** See Copyright Notice in lua.h */ @@ -212,7 +212,7 @@ static int math_randomseed (lua_State *L) { } -static const luaL_reg mathlib[] = { +static const luaL_Reg mathlib[] = { {"abs", math_abs}, {"acos", math_acos}, {"asin", math_asin}, -- cgit v1.2.3-55-g6feb