Mercurial > emacs
diff src/ChangeLog @ 69038:b2288bb7d88f
* regex.c (xmalloc, xrealloc): Define these when not linked to
Emacs.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 20 Feb 2006 16:25:21 +0000 |
parents | 95e4c1cc8c30 |
children | f717c65a39d7 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 20 15:59:51 2006 +0000 +++ b/src/ChangeLog Mon Feb 20 16:25:21 2006 +0000 @@ -1,3 +1,8 @@ +2006-02-20 Chong Yidong <cyd@stupidchicken.com> + + * regex.c (xmalloc, xrealloc): Define these when not linked to + Emacs. + 2006-02-19 Luc Teirlinck <teirllm@auburn.edu> * regex.c (extend_range_table_work_area): Fix typo.