Mercurial > emacs
diff src/buffer.h @ 111658:16543b266e85
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.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Sat, 20 Nov 2010 21:20:50 -0800 |
| parents | 13a509edfa26 |
| children | ac49e05bfcf2 |
line wrap: on
line diff
--- a/src/buffer.h Sat Nov 20 21:17:19 2010 -0800 +++ b/src/buffer.h Sat Nov 20 21:20:50 2010 -0800 @@ -227,10 +227,10 @@ (temp_set_point ((buffer), (position))) extern void set_point (EMACS_INT); -extern INLINE void temp_set_point (struct buffer *, EMACS_INT); +extern void temp_set_point (struct buffer *, EMACS_INT); extern void set_point_both (EMACS_INT, EMACS_INT); -extern INLINE void temp_set_point_both (struct buffer *, - EMACS_INT, EMACS_INT); +extern void temp_set_point_both (struct buffer *, + EMACS_INT, EMACS_INT); extern void enlarge_buffer_text (struct buffer *, EMACS_INT);
