aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-20 21:20:50 -0800
committerDan Nicolaescu2010-11-20 21:20:50 -0800
commitb7982059664f947cf99a296005adbb596837120a (patch)
tree0f4c95a02fc2e5359bb7ef763a074534ee1a4897 /src/ChangeLog
parent33726611e7b43838428dff13752535b85d5bda4f (diff)
downloademacs-b7982059664f947cf99a296005adbb596837120a.tar.gz
emacs-b7982059664f947cf99a296005adbb596837120a.zip
Remove INLINE uses in header files.
* src/intervals.h (temp_set_point, temp_set_point_both): * src/buffer.h (offset_intervals, copy_intervals): Remove INLINE.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 04a8198cfc2..7cce1f017d7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * intervals.h (temp_set_point, temp_set_point_both):
4 * buffer.h (offset_intervals, copy_intervals): Remove INLINE.
5
12010-11-20 Ken Brown <kbrown@cornell.edu> 62010-11-20 Ken Brown <kbrown@cornell.edu>
2 7
3 * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB. 8 * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.