aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-02 18:30:21 +0000
committerRichard M. Stallman1997-06-02 18:30:21 +0000
commit1863bbf89490cfae806e9598a7ed4525cb7e0c08 (patch)
tree9878d0c7045a7063c79816ca6cf9e54b4926ab07 /src
parent8d808a65ec010808dbf9695d90f5d780b5f2018a (diff)
downloademacs-1863bbf89490cfae806e9598a7ed4525cb7e0c08.tar.gz
emacs-1863bbf89490cfae806e9598a7ed4525cb7e0c08.zip
(find_interval): No longer inline.
Diffstat (limited to 'src')
-rw-r--r--src/intervals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intervals.c b/src/intervals.c
index 024a4f31903..fa23272160b 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -549,7 +549,7 @@ split_interval_left (interval, offset)
549 is updated in the interval found. Other functions (e.g., next_interval) 549 is updated in the interval found. Other functions (e.g., next_interval)
550 will update this cache based on the result of find_interval. */ 550 will update this cache based on the result of find_interval. */
551 551
552INLINE INTERVAL 552INTERVAL
553find_interval (tree, position) 553find_interval (tree, position)
554 register INTERVAL tree; 554 register INTERVAL tree;
555 register int position; 555 register int position;