aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2006-02-20 16:44:09 +0000
committerChong Yidong2006-02-20 16:44:09 +0000
commita073faa64c7fd0d5b6c21439cfcf08f9a36b4905 (patch)
tree714e276bd96cab1a7193cd2fdccd6eb9562728c2 /src/ChangeLog
parenta77f947b23c1cc19f049b2d70b930f974bde6540 (diff)
downloademacs-a073faa64c7fd0d5b6c21439cfcf08f9a36b4905.tar.gz
emacs-a073faa64c7fd0d5b6c21439cfcf08f9a36b4905.zip
* regex.c: Revert 2006-02-19 change.
Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1ed2e8512e2..e922586bde2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,8 @@
12006-02-20 Chong Yidong <cyd@stupidchicken.com> 12006-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
62006-02-19 Luc Teirlinck <teirllm@auburn.edu> 72006-02-19 Luc Teirlinck <teirllm@auburn.edu>
7 8