This commit is contained in:
Roberto Ierusalimschy
2001-02-02 17:02:40 -02:00
parent 1f9e3731d1
commit 7e3d3e1f70
7 changed files with 17 additions and 17 deletions

View File

@@ -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},