aboutsummaryrefslogtreecommitdiff
path: root/src/interp/int-top.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/int-top.boot')
-rw-r--r--src/interp/int-top.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/int-top.boot b/src/interp/int-top.boot
index 51a426da..fffdc72d 100644
--- a/src/interp/int-top.boot
+++ b/src/interp/int-top.boot
@@ -186,7 +186,7 @@ intloopProcess(n,interactive,s)==
[lines,ptree]:=first s
pfAbSynOp?(ptree,"command")=>
if interactive then setCurrentLine tokPart ptree
- FUNCALL($systemCommandFunction, tokPart ptree)
+ apply($systemCommandFunction,[tokPart ptree])
intloopProcess(n ,interactive ,rest s)
intloopProcess(intloopSpadProcess(n,lines,ptree,interactive)
,interactive ,rest s)
@@ -286,7 +286,7 @@ nonBlank str ==
ncloopCommand (line,n) ==
a:=ncloopPrefix?('")include",line)=>
ncloopInclude1( a,n)
- FUNCALL($systemCommandFunction,line)
+ apply($systemCommandFunction,[line])
n
ncloopEscaped x==
@@ -431,7 +431,7 @@ PullAndExecuteSpadSystemCommand stream ==
rest stream
ExecuteSpadSystemCommand string ==
- FUNCALL($systemCommandFunction, string)
+ apply($systemCommandFunction,[string])
clearMacroTable() ==