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

Added scm_must_malloc deprecation stuff.

This commit is contained in:
Marius Vollmer 2002-02-14 15:30:07 +00:00
parent 738fe02a13
commit cd413a029c

8
TODO
View file

@ -107,4 +107,12 @@ that user-visible changes are reflected in NEWS.
their support staffing scm_deprecated_newcell,
scm_deprecated_newcell2, scm_tc16_allocated, mark_allocated.
- in gc.c and gc.h:
Remove deprecated functions scm_must_malloc,
scm_must_realloc, scm_must_free, scm_done_malloc, scm_done_free,
scm_must_strndup, scm_must_strdup.
- Change return types of smob and port free functions to void.
They should all return zero by now.
[TODO ends here]