Ignore:
Timestamp:
02/09/09 21:56:01 (14 years ago)
Author:
ehuelsmann
Message:

Followup from last commit: add the Symbol type to DECLARE-OBJECT-AS-STRING too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp

    r11650 r11651  
    20702070   (cond ((null (symbol-package symbol))
    20712071    (setf g (if *compile-file-truename*
    2072           (declare-object-as-string symbol)
     2072          (declare-object-as-string symbol +lisp-symbol+)
    20732073          (declare-object symbol +lisp-symbol+))))
    20742074   (t
Note: See TracChangeset for help on using the changeset viewer.