mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Added scm_must_malloc deprecation stuff.
This commit is contained in:
parent
738fe02a13
commit
cd413a029c
1 changed files with 8 additions and 0 deletions
8
TODO
8
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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue