Mercurial > emacs
changeset 18125:5b0dfe8c78fb
(find_interval): No longer inline.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Jun 1997 18:30:21 +0000 |
parents | 6f2c80d2425a |
children | f7cc7a56414c |
files | src/intervals.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;