aboutsummaryrefslogtreecommitdiff
path: root/src/interp/format.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/format.boot')
-rw-r--r--src/interp/format.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/format.boot b/src/interp/format.boot
index 8cc64896..548629a5 100644
--- a/src/interp/format.boot
+++ b/src/interp/format.boot
@@ -245,8 +245,8 @@ formatOpSymbol(op,sig) ==
quad := specialChar 'quad
n := #sig
(op = 'elt) and (n = 3) =>
- (CADR(sig) = '_$) =>
- STRINGP (sel := CADDR(sig)) =>
+ (second(sig) = '_$) =>
+ STRINGP (sel := third(sig)) =>
[quad,".",sel]
[quad,".",quad]
op
@@ -754,7 +754,7 @@ pkey keyStuff ==
keyStuff := IFCDR keyStuff
next := IFCAR keyStuff
while CONSP next repeat
- if CAR next = 'dbN then dbN := CADR next
+ if CAR next = 'dbN then dbN := second next
else argL := next
keyStuff := IFCDR keyStuff
next := IFCAR keyStuff