diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a628148bbda..b160668dc23 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2014-04-03 Daniel Colascione <dancol@dancol.org> | 1 | 2014-04-03 Daniel Colascione <dancol@dancol.org> |
| 2 | 2 | ||
| 3 | In all places below, change expressions of the form sizeof(arr) / | 3 | In all places below, change expressions of the form sizeof(arr) / |
| 4 | sizeof(arr[0]) to EARRAYSIZE(arr). | 4 | sizeof(arr[0]) to ARRAYELTS(arr). |
| 5 | 5 | ||
| 6 | * xterm.c (x_term_init): See above. | 6 | * xterm.c (x_term_init): See above. |
| 7 | 7 | ||
| @@ -64,7 +64,7 @@ | |||
| 64 | * data.c (Ffset): Abort if we're trying to set a function call to | 64 | * data.c (Ffset): Abort if we're trying to set a function call to |
| 65 | a dead lisp object. | 65 | a dead lisp object. |
| 66 | 66 | ||
| 67 | * lisp.h (EARRAYSIZE): New macro. | 67 | * lisp.h (ARRAYELTS): New macro. |
| 68 | 68 | ||
| 69 | * alloc.c: Include execinfo.h if available. | 69 | * alloc.c: Include execinfo.h if available. |
| 70 | (SUSPICIOUS_OBJECT_CHECKING): New macro; define unconditionally. | 70 | (SUSPICIOUS_OBJECT_CHECKING): New macro; define unconditionally. |