Changeset 11585


Ignore:
Timestamp:
01/24/09 18:59:57 (15 years ago)
Author:
ehuelsmann
Message:

Update type mapping table in agreement to our earlier finding that in our lisp
simple-strings are also base-strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/subtypep.lisp

    r11391 r11585  
    9494                 (SIMPLE-CONDITION CONDITION)
    9595                 (SIMPLE-ERROR SIMPLE-CONDITION ERROR)
    96                  (SIMPLE-STRING STRING SIMPLE-ARRAY)
     96                 (SIMPLE-STRING SIMPLE-BASE-STRING BASE-STRING STRING SIMPLE-ARRAY)
    9797                 (SIMPLE-TYPE-ERROR SIMPLE-CONDITION TYPE-ERROR)
    9898                 (SIMPLE-VECTOR VECTOR SIMPLE-ARRAY)
Note: See TracChangeset for help on using the changeset viewer.