diff options
| author | Paul Eggert | 2012-04-15 18:10:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-15 18:10:42 -0700 |
| commit | a041960a7ca40a5af684efb3e859edd9daae907d (patch) | |
| tree | ef46ce849adbb532736fcd4243e200d84cac8b52 /src/ChangeLog | |
| parent | 15142f279769f4eea233a0d73a3afc74db0e6082 (diff) | |
| download | emacs-a041960a7ca40a5af684efb3e859edd9daae907d.tar.gz emacs-a041960a7ca40a5af684efb3e859edd9daae907d.zip | |
Improve ralloc.c interface checking.
See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
* buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
(r_alloc_free) [REL_ALLOC]: Move decls from here ...
* lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
[REL_ALLOC]: ... to here, to check interface.
* m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
Remove decls. This fixes an "It stinks!".
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 574bd27b9ab..0fa21336900 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2012-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Improve ralloc.c interface checking. | ||
| 4 | See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html | ||
| 5 | * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc) | ||
| 6 | (r_alloc_free) [REL_ALLOC]: Move decls from here ... | ||
| 7 | * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable) | ||
| 8 | [REL_ALLOC]: ... to here, to check interface. | ||
| 9 | * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]: | ||
| 10 | Remove decls. This fixes an "It stinks!". | ||
| 11 | |||
| 3 | * alloc.c (which_symbols): Fix alignment issue / type clash. | 12 | * alloc.c (which_symbols): Fix alignment issue / type clash. |
| 4 | 13 | ||
| 5 | 2012-04-15 Andreas Schwab <schwab@linux-m68k.org> | 14 | 2012-04-15 Andreas Schwab <schwab@linux-m68k.org> |