aboutsummaryrefslogtreecommitdiff
path: root/src/interp/fortcall.boot
diff options
context:
space:
mode:
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!