summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-02 18:30:21 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-02 18:30:21 +0000
commit8a9673dbe81d94c623852146c0dd9a17bb9712fe (patch)
tree5dfe5a384053a17ff72312c8ae9153c808bc42d5
parent8a2637bfe5116b6c4b12293decb77613ecc4f7b3 (diff)
downloademacs-8a9673dbe81d94c623852146c0dd9a17bb9712fe.tar.gz
(find_interval): No longer inline.
-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)
is updated in the interval found. Other functions (e.g., next_interval)
will update this cache based on the result of find_interval. */
-INLINE INTERVAL
+INTERVAL
find_interval (tree, position)
register INTERVAL tree;
register int position;