From: Richard M. Stallman Date: Mon, 2 Jun 1997 18:30:21 +0000 (+0000) Subject: (find_interval): No longer inline. X-Git-Tag: emacs-20.1~1821 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1863bbf89490cfae806e9598a7ed4525cb7e0c08;p=emacs.git (find_interval): No longer inline. --- 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;