diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:25:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:25:42 +0000 |
commit | 659ecbd0b85666c9f90f3ec9bf1b60763cb10708 (patch) | |
tree | 79200077da0be7ee614bbdb9c81973930d11dab4 /lang/lua/files/patch-ab | |
parent | - Switch lua dependency to lang/lua50 (diff) |
- Update to 5.1
PR: ports/96449
Submitted by: Richard Kiss <him@richardkiss.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=161275
Diffstat (limited to 'lang/lua/files/patch-ab')
-rw-r--r-- | lang/lua/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/lua/files/patch-ab b/lang/lua/files/patch-ab index 5a24cd697f27..f6db9372a79d 100644 --- a/lang/lua/files/patch-ab +++ b/lang/lua/files/patch-ab @@ -1,6 +1,6 @@ ---- src/lib/lmathlib.c.orig Tue Mar 11 21:30:37 2003 -+++ src/lib/lmathlib.c Fri May 9 02:32:59 2003 -@@ -170,7 +170,7 @@ +--- src/lmathlib.c.orig Thu Apr 27 23:42:51 2006 ++++ src/lmathlib.c Thu Apr 27 23:43:27 2006 +@@ -181,7 +181,7 @@ static int math_random (lua_State *L) { /* the `%' avoids the (rare) case of r==1, and is needed also because on some systems (SunOS!) `rand()' may return a value larger than RAND_MAX */ @@ -9,7 +9,7 @@ switch (lua_gettop(L)) { /* check number of arguments */ case 0: { /* no arguments */ lua_pushnumber(L, r); /* Number between 0 and 1 */ -@@ -196,7 +196,7 @@ +@@ -207,7 +207,7 @@ static int math_randomseed (lua_State *L) { |