diff options
| author | Paul Eggert | 2011-03-15 15:09:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-15 15:09:50 -0700 |
| commit | dff45157417d1620c4fb7b6c117cc89142009b69 (patch) | |
| tree | b97b6ced83d24ea4e08ca23522b2839d8e370421 /src/ChangeLog | |
| parent | ae35e7564b5fc774798d5e9494123a2ff0522885 (diff) | |
| download | emacs-dff45157417d1620c4fb7b6c117cc89142009b69.tar.gz emacs-dff45157417d1620c4fb7b6c117cc89142009b69.zip | |
* alloc.c (mark_stack): Move local variables into the #ifdef region where
they're used.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 15b6cba0278..34fdc1473be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST. | 3 | * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST. |
| 4 | (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect): | 4 | (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect): |
| 5 | Rename locals to avoid shadowing. | 5 | Rename locals to avoid shadowing. |
| 6 | (mark_stack): Move local variables into the #ifdef region where | ||
| 7 | they're used. | ||
| 6 | 8 | ||
| 7 | * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this | 9 | * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this |
| 8 | avoids undefined behavior in theory. | 10 | avoids undefined behavior in theory. |