Revert "Simplify literal object dumping"
[jscl.git] / src / boot.lisp
index 0af19f4..c21fa26 100644 (file)
                          `((,(ecase (car c)
                                     (integer 'integerp)
                                     (cons 'consp)
-                                    (symbol 'symbolp)
                                     (string 'stringp)
-                                    (array 'arrayp)
                                     (atom 'atom)
                                     (null 'null))
                              ,value)