comparison src/ChangeLog @ 69039:f717c65a39d7

* regex.c: Revert 2006-02-19 change. Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 20 Feb 2006 16:44:09 +0000
parents b2288bb7d88f
children 3a62e61ef09c
comparison
equal deleted inserted replaced
69038:b2288bb7d88f 69039:f717c65a39d7
1 2006-02-20 Chong Yidong <cyd@stupidchicken.com> 1 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * regex.c (xmalloc, xrealloc): Define these when not linked to 3 * regex.c: Revert 2006-02-19 change.
4 Emacs. 4 (xmalloc, xrealloc): Define these when not linked to Emacs.
5 Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
5 6
6 2006-02-19 Luc Teirlinck <teirllm@auburn.edu> 7 2006-02-19 Luc Teirlinck <teirllm@auburn.edu>
7 8
8 * regex.c (extend_range_table_work_area): Fix typo. 9 * regex.c (extend_range_table_work_area): Fix typo.
9 10