diff options
Diffstat (limited to 'math/scilab/files/patch-af')
-rw-r--r-- | math/scilab/files/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/scilab/files/patch-af b/math/scilab/files/patch-af new file mode 100644 index 0000000..9583add --- /dev/null +++ b/math/scilab/files/patch-af @@ -0,0 +1,13 @@ +diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/routines/default/mainsci.f ./routines/default/mainsci.f +*** /usr/LOCAL/scilab2.3/work/scilab-2.3/routines/default/mainsci.f Mon May 12 16:33:46 1997 +--- ./routines/default/mainsci.f Wed May 21 00:44:49 1997 +*************** +*** 11,16 **** +--- 11,17 ---- + mem=0 + nargs = iargc() + call fgetarg(0,pname) ++ call nofpex() + i = 0 + 10 continue + i=i+1 |