1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 13:30:21 +02:00

scm_t_bits is unsigned, types have been renamed.

This commit is contained in:
Marius Vollmer 2001-06-14 20:19:02 +00:00
parent 1385d8aee3
commit c81c130ebe

9
NEWS
View file

@ -652,6 +652,15 @@ return.
* Changes to the C interface
** Types have been renamed from scm_*_t to scm_t_*.
This has been done for POSIX sake. It reserves identifiers ending
with "_t". What a concept.
The old names are still available with status `deprecated'.
** scm_t_bits (former scm_bits_t) is now a unsigned type.
** Deprecated feature have been removed.
*** Macros removed