aboutsummaryrefslogtreecommitdiff
path: root/src/interp/profile.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/profile.boot')
-rw-r--r--src/interp/profile.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/profile.boot b/src/interp/profile.boot
index df0ea732..54b122ed 100644
--- a/src/interp/profile.boot
+++ b/src/interp/profile.boot
@@ -58,7 +58,7 @@ profileRecord(label,name,info) == --name: info is var: type or op: sig
-- alist2 is ((name . info) ...)
if $insideCapsuleFunctionIfTrue then
op := $op
- argl := CDR $form
+ argl := rest $form
opSig := [$op,$signatureOfForm]
else
op := 'constructor