/[gcl]/gcl/ansi-tests/slot-exists-p.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/slot-exists-p.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by pfdietz, Wed May 14 12:25:06 2003 UTC revision 1.6 by pfdietz, Thu Jun 12 01:23:03 2003 UTC
# Line 59  Line 59 
59  (defclass slot-exists-p-class-02 ()  (defclass slot-exists-p-class-02 ()
60    ((a :type t) (b :type nil) (c :type symbol) (d :type cons)    ((a :type t) (b :type nil) (c :type symbol) (d :type cons)
61     (e :type float) (f :type single-float) (g :type short-float)     (e :type float) (f :type single-float) (g :type short-float)
62     (h :type double-float) (i :type long-float) (j :type char)     (h :type double-float) (i :type long-float) (j :type character)
63     (k :type base-char) (l :type rational) (m :type ratio) (n :type integer)     (k :type base-char) (l :type rational) (m :type ratio) (n :type integer)
64     (o :type fixnum) (p :type complex) (q :type condition)))     (o :type fixnum) (p :type complex) (q :type condition)))
65    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26