diff options
| author | Paul Eggert | 2012-08-03 17:52:10 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-08-03 17:52:10 -0700 |
| commit | 185ee1468eede6b20587e15b3b81aebe66b6479a (patch) | |
| tree | 040239ea40d8a296e36f83efddeee2e131a70afd /src/ChangeLog | |
| parent | 1175def2d5507b562f6e56fef042322e0afd9f86 (diff) | |
| download | emacs-185ee1468eede6b20587e15b3b81aebe66b6479a.tar.gz emacs-185ee1468eede6b20587e15b3b81aebe66b6479a.zip | |
Export DEFAULT_REHASH_* to GDB.
* lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
Now constants, not macros.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c3868f521ea..9c5d7f083d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-08-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Export DEFAULT_REHASH_* to GDB. | ||
| 4 | * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE): | ||
| 5 | Now constants, not macros. | ||
| 6 | |||
| 1 | 2012-08-03 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2012-08-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Remove unnecessary casts involving pointers. | 9 | Remove unnecessary casts involving pointers. |