diff options
Diffstat (limited to 'src/interp/g-cndata.boot')
-rw-r--r-- | src/interp/g-cndata.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/g-cndata.boot b/src/interp/g-cndata.boot index 8717259c..80c26f33 100644 --- a/src/interp/g-cndata.boot +++ b/src/interp/g-cndata.boot @@ -254,7 +254,7 @@ isConstructorName op == nAssocQ(x,l,n) == repeat if atom l then return nil - if EQ(x,(QCAR l).n) then return QCAR l - l:= QCDR l + if EQ(x,first(l).n) then return first l + l:= rest l |