diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-04 04:58:31 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-04 04:58:31 +0000 |
commit | 223de694757245d4408562b85d7840a14fb938ac (patch) | |
tree | 28d2d01b056ae10e280c4dd158c34d813753db85 /math/scilab/files/patch-ao | |
parent | Work around what I believe to be a broken implementation of isfinite() (diff) |
upgrate to scilab 2.7
PR: 50219 and 50221
Submitted by: Jean-Sebastien Roy <js@jeannot.org>
Notes
Notes:
svn path=/head/; revision=78087
Diffstat (limited to 'math/scilab/files/patch-ao')
-rw-r--r-- | math/scilab/files/patch-ao | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/scilab/files/patch-ao b/math/scilab/files/patch-ao deleted file mode 100644 index 786e302ec102..000000000000 --- a/math/scilab/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ ---- routines/interf/strelm.f.orig Wed Feb 28 05:17:35 2001 -+++ routines/interf/strelm.f Wed Dec 12 16:17:42 2001 -@@ -1478,6 +1478,6 @@ - lr=ilr+6 - do 20 i=0,n-1 -- m=int(stk(l+i)) -- istk(lr+i)=getcode(m) -+ c=char(int(stk(l+i))) -+ istk(lr+i)=getcode(c) - 20 continue - lstk(top+1)=sadr(lr+n) |