Ignore:
Timestamp:
09/20/03 16:16:52 (20 years ago)
Author:
piso
Message:

(subtypep 'built-in-class 'standard-class) => NIL T

File:
1 edited

Legend:

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

    r3923 r3925  
    22;;;
    33;;; Copyright (C) 2003 Peter Graves
    4 ;;; $Id: subtypep.lisp,v 1.10 2003-09-20 01:26:41 piso Exp $
     4;;; $Id: subtypep.lisp,v 1.11 2003-09-20 16:16:52 piso Exp $
    55;;;
    66;;; This program is free software; you can redistribute it and/or
     
    3131             (BIT-VECTOR VECTOR)
    3232             (BOOLEAN SYMBOL)
    33              (BUILT-IN-CLASS STANDARD-CLASS)
     33             (BUILT-IN-CLASS CLASS)
    3434             (CELL-ERROR ERROR)
    3535             (CHARACTER)
Note: See TracChangeset for help on using the changeset viewer.