summaryrefslogtreecommitdiff
path: root/lmathlib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-02 17:02:40 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-02 17:02:40 -0200
commit7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1 (patch)
tree451d2bd1999ab7a333220568eb85950b4b04b893 /lmathlib.c
parent1f9e3731d17df79461a0dc57cc9bd159c70ac56f (diff)
downloadlua-7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1.tar.gz
lua-7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1.tar.bz2
lua-7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1.zip
details
Diffstat (limited to 'lmathlib.c')
-rw-r--r--lmathlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lmathlib.c b/lmathlib.c
index e1c3def8..92a54f1f 100644
--- a/lmathlib.c
+++ b/lmathlib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lmathlib.c,v 1.32 2000/10/31 13:10:24 roberto Exp roberto $ 2** $Id: lmathlib.c,v 1.33 2000/12/04 18:33:40 roberto Exp roberto $
3** Standard mathematical library 3** Standard mathematical library
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -199,7 +199,7 @@ static int math_randomseed (lua_State *L) {
199} 199}
200 200
201 201
202static const struct luaL_reg mathlib[] = { 202static const luaL_reg mathlib[] = {
203{"abs", math_abs}, 203{"abs", math_abs},
204{"sin", math_sin}, 204{"sin", math_sin},
205{"cos", math_cos}, 205{"cos", math_cos},