1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-08-02 06:11:08 +00:00
parent b62cc1c27f
commit e478dffa01

6
NEWS
View file

@ -2681,9 +2681,9 @@ inherits the print-state of OLD-PORT.
** New constants: vtable-index-layout, vtable-index-vtable, vtable-index-printer
** There is now a fourth (optional) argument to make-vtable-vtable and
make-struct when constructing new types (vtables). This argument
initializes field vtable-index-printer of the vtable.
** There is now a third optional argument to make-vtable-vtable
(and fourth to make-struct) when constructing new types (vtables).
This argument initializes field vtable-index-printer of the vtable.
** The detection of circular references has been extended to structs.
That is, a structure that -- in the process of being printed -- prints