aboutsummaryrefslogtreecommitdiff
path: root/src/interp/fortcall.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-30 09:42:31 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-30 09:42:31 +0000
commit6661a9aa8e79dc934bde807293857f2dfc0eca6f (patch)
tree0f017b30dea95a80aff07f10c803e4494b767702 /src/interp/fortcall.boot
parent8470ab862150f003472a1bb05605972c34a2005e (diff)
downloadopen-axiom-6661a9aa8e79dc934bde807293857f2dfc0eca6f.tar.gz
cleanup
Diffstat (limited to 'src/interp/fortcall.boot')
-rw-r--r--src/interp/fortcall.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/fortcall.boot b/src/interp/fortcall.boot
index 5f7096d6..85d2eaa7 100644
--- a/src/interp/fortcall.boot
+++ b/src/interp/fortcall.boot
@@ -311,7 +311,7 @@ makeSpadFun(name,userArgs,args,dummies,decls,results,returnType,asps,aspInfo,
fargNames := [makeSymbol strconc(STRINGIMAGE(u),'"__arg") for u in args |
not (symbolMember?(u,dummies) or symbolMember?(u,asps)) ]
for u in asps repeat
- fargNames := delete(makeSymbol strconc(STRINGIMAGE(u),'"__arg"),fargNames)
+ fargNames := removeSymbol(fargNames,makeSymbol strconc(STRINGIMAGE(u),'"__arg"))
resPar := ["construct",["@",["construct",:fargNames],_
["List",["Any"]]]]
call := [["$elt","Lisp","invokeFortran"],strconc(file,'".spadexe"),_