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-ak | |
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-ak')
-rw-r--r-- | math/scilab/files/patch-ak | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/scilab/files/patch-ak b/math/scilab/files/patch-ak deleted file mode 100644 index 2305308e3565..000000000000 --- a/math/scilab/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- intersci/intersci.c.orig Wed Aug 15 16:21:17 2001 -+++ intersci/intersci.c Wed Aug 15 16:21:58 2001 -@@ -3326,7 +3326,7 @@ - white(f,7+indent); - count = 7+indent; - } -- if ( count == 72 && sbuf[i] != '\n' ) { fprintf(f,"\n $ ");count=7;} -+ if ( count == 72 && sbuf[i] != '\n' ) { fprintf(f,"\n /");count=6;} - if ( sbuf[i] == '\n') count = -1 ; - fprintf(f,"%c",sbuf[i]); - count++; |