diff options
| author | Daniel Colascione | 2014-04-03 13:46:04 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2014-04-03 13:46:04 -0700 |
| commit | c72d972c5dee96489a3fd881b239f3f7d0db2385 (patch) | |
| tree | e2004a9d5ed96a27bf9f88a9bfe2b2c097245e29 /src/ChangeLog | |
| parent | 705cf384bec23354ad22a5c48d3430a96ef70ca1 (diff) | |
| download | emacs-c72d972c5dee96489a3fd881b239f3f7d0db2385.tar.gz emacs-c72d972c5dee96489a3fd881b239f3f7d0db2385.zip | |
Rename EARRAYSIZE to ARRAYELTS
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. |