From: David Vázquez Date: Fri, 26 Apr 2013 22:33:49 +0000 (+0100) Subject: Merge branch 'dump-changes-bug' X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=1a37f5ce2360a07442d32bb15d79652413d98910;p=jscl.git Merge branch 'dump-changes-bug' Fix bug when dump symbols Conflicts: src/compiler.lisp --- 1a37f5ce2360a07442d32bb15d79652413d98910 diff --cc src/boot.lisp index c21fa26,0af19f4..3a9ce45 --- a/src/boot.lisp +++ b/src/boot.lisp @@@ -680,7 -680,9 +680,9 @@@ `((,(ecase (car c) (integer 'integerp) (cons 'consp) + (symbol 'symbolp) - (string 'stringp) + (array 'arrayp) + (string 'stringp) (atom 'atom) (null 'null)) ,value)