From cd413a029c387fc51ae6abb0157ec37288c8b666 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 14 Feb 2002 15:30:07 +0000 Subject: [PATCH] Added scm_must_malloc deprecation stuff. --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index 381b941e2..905253d91 100644 --- a/TODO +++ b/TODO @@ -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]