diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-17 01:24:19 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-17 01:24:19 -0400 |
commit | 398058a8738fc6a2f0051b236a907cb621aefabc (patch) | |
tree | bac65e7f232282bfb8169ddd231910695aa9ad88 /ChangeLog | |
parent | b730fbc6b86d777e80856e997ddc56fc4a851769 (diff) | |
download | gunmake-398058a8738fc6a2f0051b236a907cb621aefabc.tar.gz |
Use xcalloc() in hash.c to handle out of memory errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2013-05-17 Paul Smith <psmith@gnu.org> + * hash.c (CALLOC): Use xcalloc() to handle out of memory errors. + * makeint.h: Prototype new unload_file() function. * load.c (unload_file): Create a function to unload a file. (struct load_list): Type to remember loaded objects. |