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:
parent
9f9aa47baf
commit
ef1ea498fc
1 changed files with 8 additions and 0 deletions
8
NEWS
8
NEWS
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue