From b7982059664f947cf99a296005adbb596837120a Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 20 Nov 2010 21:20:50 -0800 Subject: 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. --- src/buffer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/buffer.h') diff --git a/src/buffer.h b/src/buffer.h index 9e3de6f23d5..79acd16b6fd 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -227,10 +227,10 @@ along with GNU Emacs. If not, see . */ (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); -- cgit v1.2.3