[Wisp-cvs] wisp/modules builtin.wid,1.177,1.178
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-18 21:06:53
|
Update of /cvsroot/wisp/wisp/modules In directory usw-pr-cvs1:/tmp/cvs-serv30227/modules Modified Files: builtin.wid Log Message: Dropped |record-type-slot-count|. Index: builtin.wid =================================================================== RCS file: /cvsroot/wisp/wisp/modules/builtin.wid,v retrieving revision 1.177 retrieving revision 1.178 diff -u -d -r1.177 -r1.178 --- builtin.wid 18 Sep 2002 21:04:55 -0000 1.177 +++ builtin.wid 18 Sep 2002 21:06:19 -0000 1.178 @@ -2454,17 +2454,6 @@ :See also: |make-record-type|. -record-type-slot-count - - (|record-type-slot-count| /record-type/) => /cardinal/ - - Returns the number of slots contained in records of type /record-type/. - - :Conforms to: Wisp extension. - - :See also: |make-record-type|. - - record-type? (|record-type?| /object/) => /boolean/ |