[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cyclic class definition



Shouldn't PCL handle this ...

(defclass c1 () ())
(defclass c2 (c1) ())
(defclass c1 (c2) ())

Expanding main stack due to overflow.

(... instead of going into an infinite loop?)

CW
CHEEWEEI%itivax.bitnet