Mercurial > emacs
changeset 51553:13b4b238c835
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 12 Jun 2003 22:14:31 +0000 |
parents | d84e9160d869 |
children | 8cf86bc95fe5 |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jun 12 22:13:18 2003 +0000 +++ b/src/ChangeLog Thu Jun 12 22:14:31 2003 +0000 @@ -1,3 +1,10 @@ +2003-06-12 Dave Love <fx@gnu.org> + + * alloca.c (alloca): Declare arg as size_t. + + * sysdep.c: Remove redundant include of unistd.h, stdlib.h. Use + HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED. + 2003-06-11 Dave Love <fx@gnu.org> * search.c (shrink_regexp_cache): Use xrealloc.