aboutsummaryrefslogtreecommitdiff
path: root/src/interp/daase.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r--src/interp/daase.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
index 20c13873..1a86d669 100644
--- a/src/interp/daase.lisp
+++ b/src/interp/daase.lisp
@@ -781,7 +781,7 @@
(let (data table stream ignore struct)
(declare (ignore ignore))
(when (or (symbolp constructor)
- (and (eq key 'hascategory) (pairp constructor)))
+ (and (eq key 'hascategory) (consp constructor)))
(case key
; note that abbreviation, constructorkind and cosig are heavy hitters
; thus they occur first in the list of things to check