aboutsummaryrefslogtreecommitdiff
path: root/src/interp/fortcall.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-11-26 17:20:30 +0000
committerdos-reis <gdr@axiomatics.org>2014-11-26 17:20:30 +0000
commitf4623b771b1e798d81d1cc8d2013683371061c43 (patch)
tree227d94e6e144cc37e10ac93da5dba2c7578d7b3c /src/interp/fortcall.boot
parent4cb56790e13ad56cf6926d33d6595023a70ef247 (diff)
downloadopen-axiom-f4623b771b1e798d81d1cc8d2013683371061c43.tar.gz
Replace DELETE-FILE with removeFile.
Diffstat (limited to 'src/interp/fortcall.boot')
-rw-r--r--src/interp/fortcall.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/fortcall.boot b/src/interp/fortcall.boot
index a906d3b8..f45a82c3 100644
--- a/src/interp/fortcall.boot
+++ b/src/interp/fortcall.boot
@@ -720,9 +720,9 @@ protectedNagCall(objFiles,nfile,data,results) ==
cleanUpAfterNagman(f1,f2,listf)==
- PROBE_-FILE(f1) and DELETE_-FILE(f1)
- PROBE_-FILE(f2) and DELETE_-FILE(f2)
- for fn in listf repeat PROBE_-FILE(fn) and DELETE_-FILE(fn)
+ removeFile f1
+ removeFile f2
+ for fn in listf repeat removeFile fn
sendNagmanErrorSignal()==
-- excite nagman's signal handler!