Mercurial > emacs
diff src/intervals.c @ 18125:5b0dfe8c78fb
(find_interval): No longer inline.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 02 Jun 1997 18:30:21 +0000 |
| parents | cd5f9bda791e |
| children | 614b916ff5bf |
line wrap: on
line diff
--- a/src/intervals.c Mon Jun 02 18:30:09 1997 +0000 +++ b/src/intervals.c Mon Jun 02 18:30:21 1997 +0000 @@ -549,7 +549,7 @@ 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;
