Ignore:
Timestamp:
05/25/10 18:10:18 (15 years ago)
Author:
lgiessmann
Message:

fixed a problem with sbcl/asdf and the sb-impl::*default-external-format* --> now it is set to :utf-8 during the loading process and then set to its old value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/new-datamodel/src/json/json_importer.lisp ΒΆ

    r242 r295  
    245245          (instance-of
    246246           (psis-to-topic (getf json-decoded-list :type))))
    247       (declare (list json-decoded-list))
    248       (declare (TopicC top))
    249  
     247      ;(declare (list json-decoded-list)) causes problems with sbcl 1.0.34.0.debian
     248      ;(declare (TopicC top))
    250249      (unless namevalue
    251250        (error "A name must have exactly one namevalue"))
    252 
    253251      (let ((name (make-construct 'NameC
    254252                                  :start-revision start-revision
Note: See TracChangeset for help on using the changeset viewer.