diff options
| author | Paul Eggert | 2012-04-15 23:39:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-15 23:39:21 -0700 |
| commit | 4b5afbb0d98ba4a95359ca5edaee8c3ecd7ae007 (patch) | |
| tree | dd789befe8850af70f75722f4b224de11ed1e988 /src/ChangeLog | |
| parent | c505aaeb00a1c4f01e79f6e82216f83e33a77426 (diff) | |
| download | emacs-4b5afbb0d98ba4a95359ca5edaee8c3ecd7ae007.tar.gz emacs-4b5afbb0d98ba4a95359ca5edaee8c3ecd7ae007.zip | |
* alloc.c: Remove one incorrect comment and fix another.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7172ba605f5..e321a70d4c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used. | 8 | GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used. |
| 9 | (NEED_MEM_INSERT): New macro. | 9 | (NEED_MEM_INSERT): New macro. |
| 10 | (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused. | 10 | (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused. |
| 11 | Remove one incorrect comment and fix another. | ||
| 11 | 12 | ||
| 12 | Fix minor ralloc.c problems found by static checking. | 13 | Fix minor ralloc.c problems found by static checking. |
| 13 | See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html | 14 | See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html |