1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 18:30:25 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1997-10-03 00:52:00 +00:00
parent 9f9aa47baf
commit ef1ea498fc

8
NEWS
View file

@ -25,6 +25,14 @@ itself does not lead to infinite recursion.
"libguile/fluid.h" to find out more. It is accessible from Scheme with
the following functions and macros:
** struct-vtable-offset renamed to vtable-offset-user
** 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.
Function: make-fluid
Create a new fluid object. Fluids are not special variables or