aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTomohiro Matsuyama2012-09-15 18:35:24 +0900
committerTomohiro Matsuyama2012-09-15 18:35:24 +0900
commit0970d85fef9830e3b8e5cbfbdc04dbf00cc4c027 (patch)
tree2f225893ace694a81da09ebdd618b82815659ea7 /src/ChangeLog
parent0efc778b8086065f657b8b12f91952ad6b2a8f8c (diff)
downloademacs-0970d85fef9830e3b8e5cbfbdc04dbf00cc4c027.tar.gz
emacs-0970d85fef9830e3b8e5cbfbdc04dbf00cc4c027.zip
* alloc.c (emacs_blocked_malloc): Remove redundant MALLOC_PROBE.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 27e430d7d0d..feb9c6219fb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-09-15 Tomohiro Matsuyama <tomo@cx4a.org>
2
3 * alloc.c (emacs_blocked_malloc): Remove redundant MALLOC_PROBE.
4
12012-08-21 Paul Eggert <eggert@cs.ucla.edu> 52012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * alloc.c: Use bool for booleans. 7 * alloc.c: Use bool for booleans.