From 7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 2 Feb 2001 17:02:40 -0200 Subject: details --- lmathlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lmathlib.c') diff --git a/lmathlib.c b/lmathlib.c index e1c3def8..92a54f1f 100644 --- a/lmathlib.c +++ b/lmathlib.c @@ -1,5 +1,5 @@ /* -** $Id: lmathlib.c,v 1.32 2000/10/31 13:10:24 roberto Exp roberto $ +** $Id: lmathlib.c,v 1.33 2000/12/04 18:33:40 roberto Exp roberto $ ** Standard mathematical library ** See Copyright Notice in lua.h */ @@ -199,7 +199,7 @@ static int math_randomseed (lua_State *L) { } -static const struct luaL_reg mathlib[] = { +static const luaL_reg mathlib[] = { {"abs", math_abs}, {"sin", math_sin}, {"cos", math_cos}, -- cgit v1.2.3-55-g6feb