aboutsummaryrefslogtreecommitdiff
path: root/src/interp/pspad1.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/pspad1.boot')
-rw-r--r--src/interp/pspad1.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/pspad1.boot b/src/interp/pspad1.boot
index 2ad7b5d2..39f86ec2 100644
--- a/src/interp/pspad1.boot
+++ b/src/interp/pspad1.boot
@@ -311,7 +311,7 @@ formatDOLLAR ['DOLLAR,x,y] == formatDollar1(y, x)
formatDollar1(name,arg) ==
id :=
IDENTP name => name
- name is [p] and GETL(p,'NILADIC) => p
+ name is [p] and niladicConstructorFromDB p => p
name
format arg and format "$$" and formatForcePren id
@@ -379,7 +379,7 @@ formatFunctionCall u ==
formatFunctionCall1 [op,:argl] ==
--null argl and getConstructorProperty(op,'niladic) => formatOp op
null argl =>
- GETL(op,'NILADIC) => formatOp op
+ niladicConstructorFromDB op => formatOp op
formatOp op and format "()"
formatOp op and formatFunctionCallTail argl