* hashtab.h (struct htab): Add member return_allocation_failure.

(htab_try_create): New prototype.  Mention which functions may
	return NULL when this is used.
This commit is contained in:
Hans-Peter Nilsson
2000-11-04 07:48:51 +00:00
parent e46db834d9
commit 29578e3eeb
2 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
* hashtab.h (struct htab): Add member return_allocation_failure.
(htab_try_create): New prototype. Mention which functions may
return NULL when this is used.
2000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
* hashtab.h: Change void * to PTR where necessary.