aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-08-03 17:52:10 -0700
committerPaul Eggert2012-08-03 17:52:10 -0700
commit185ee1468eede6b20587e15b3b81aebe66b6479a (patch)
tree040239ea40d8a296e36f83efddeee2e131a70afd /src/ChangeLog
parent1175def2d5507b562f6e56fef042322e0afd9f86 (diff)
downloademacs-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/ChangeLog6
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 @@
12012-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
12012-08-03 Paul Eggert <eggert@cs.ucla.edu> 72012-08-03 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Remove unnecessary casts involving pointers. 9 Remove unnecessary casts involving pointers.