diff options
| author | Dmitry Antipov | 2014-09-09 15:43:22 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-09-09 15:43:22 +0400 |
| commit | e2588fa52fd7761e252361c341d8565790b3d1f2 (patch) | |
| tree | d42c861fba7d5770d8371a8109768ea541595ae3 /src/ChangeLog | |
| parent | c7dfea947eba1980fe3a23ad13f04dd40c6c0d68 (diff) | |
| download | emacs-e2588fa52fd7761e252361c341d8565790b3d1f2.tar.gz emacs-e2588fa52fd7761e252361c341d8565790b3d1f2.zip | |
Cleanup last change and make all new stuff conditional.
* lisp.h (build_local_string): Rename to ...
(make_local_string): ... this macro.
(build_local_string, scoped_list1, scoped_list3): New macros.
(toplevel) [USE_STACK_LISP_OBJECTS]: Define all new macros
and functions as such, use regular fallbacks otherwise.
* alloc.c (verify_alloca) [USE_STACK_LISP_OBJECTS]: Define
conditionally.
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 d1e8314b172..b94ac53051a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -17,6 +17,15 @@ | |||
| 17 | * alloc.c (verify_alloca) [ENABLE_CHECKING]: New function. | 17 | * alloc.c (verify_alloca) [ENABLE_CHECKING]: New function. |
| 18 | (init_alloc_once): Call it. | 18 | (init_alloc_once): Call it. |
| 19 | 19 | ||
| 20 | Cleanup last change and make all new stuff conditional. | ||
| 21 | * lisp.h (build_local_string): Rename to ... | ||
| 22 | (make_local_string): ... this macro. | ||
| 23 | (build_local_string, scoped_list1, scoped_list3): New macros. | ||
| 24 | (toplevel) [USE_STACK_LISP_OBJECTS]: Define all new macros | ||
| 25 | and functions as such, use regular fallbacks otherwise. | ||
| 26 | * alloc.c (verify_alloca) [USE_STACK_LISP_OBJECTS]: Define | ||
| 27 | conditionally. | ||
| 28 | |||
| 20 | 2014-09-08 Eli Zaretskii <eliz@gnu.org> | 29 | 2014-09-08 Eli Zaretskii <eliz@gnu.org> |
| 21 | 30 | ||
| 22 | * dispnew.c (prepare_desired_row): When MODE_LINE_P is zero, | 31 | * dispnew.c (prepare_desired_row): When MODE_LINE_P is zero, |