diff options
| author | Chong Yidong | 2006-02-20 16:25:21 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-02-20 16:25:21 +0000 |
| commit | a77f947b23c1cc19f049b2d70b930f974bde6540 (patch) | |
| tree | a5fb7716c3ba1a29ab3b6abf1f5525eefe0e71b3 /src/ChangeLog | |
| parent | ec9f0a62bf72630aae48ae220ed0254ebbe64993 (diff) | |
| download | emacs-a77f947b23c1cc19f049b2d70b930f974bde6540.tar.gz emacs-a77f947b23c1cc19f049b2d70b930f974bde6540.zip | |
* regex.c (xmalloc, xrealloc): Define these when not linked to
Emacs.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f2a6e1e2752..1ed2e8512e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-02-20 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * regex.c (xmalloc, xrealloc): Define these when not linked to | ||
| 4 | Emacs. | ||
| 5 | |||
| 1 | 2006-02-19 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2006-02-19 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * regex.c (extend_range_table_work_area): Fix typo. | 8 | * regex.c (extend_range_table_work_area): Fix typo. |