diff options
| author | Dmitry Antipov | 2014-09-11 13:14:45 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-09-11 13:14:45 +0400 |
| commit | 5d27b6b6689b610096ecf5ca136eaa89e38ce6b6 (patch) | |
| tree | d8081f4b4082fb179e05bfad8be3d8ea1f7d7aca /src/ChangeLog | |
| parent | 6e5fd4936d0d56abe13352a6b80446e62fab040a (diff) | |
| download | emacs-5d27b6b6689b610096ecf5ca136eaa89e38ce6b6.tar.gz emacs-5d27b6b6689b610096ecf5ca136eaa89e38ce6b6.zip | |
More debugging aids around GCPROs.
* lisp.h (struct gcpro) [DEBUG_GCPRO]: Add extra members.
(GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, GCPRO7):
Minor restyle. If DEBUG_GCPRO, initialize extra fields.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6f76ddd0cda..05ec1514f42 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,11 @@ | |||
| 3 | * lisp.h (make_local_string): Nitpick indent. | 3 | * lisp.h (make_local_string): Nitpick indent. |
| 4 | * print.c (Fprin1_to_string): Remove unused GCPROs. | 4 | * print.c (Fprin1_to_string): Remove unused GCPROs. |
| 5 | 5 | ||
| 6 | More debugging aids around GCPROs. | ||
| 7 | * lisp.h (struct gcpro) [DEBUG_GCPRO]: Add extra members. | ||
| 8 | (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, GCPRO7): | ||
| 9 | Minor restyle. If DEBUG_GCPRO, initialize extra fields. | ||
| 10 | |||
| 6 | 2014-09-11 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2014-09-11 Paul Eggert <eggert@cs.ucla.edu> |
| 7 | 12 | ||
| 8 | Pacify --enable-gcc-warnings when no window system is used. | 13 | Pacify --enable-gcc-warnings when no window system is used. |