From 1863bbf89490cfae806e9598a7ed4525cb7e0c08 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Jun 1997 18:30:21 +0000 Subject: [PATCH] (find_interval): No longer inline. --- src/intervals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5