comparison 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
comparison
equal deleted inserted replaced
18124:6f2c80d2425a 18125:5b0dfe8c78fb
547 547
548 The `position' field, which is a cache of an interval's position, 548 The `position' field, which is a cache of an interval's position,
549 is updated in the interval found. Other functions (e.g., next_interval) 549 is updated in the interval found. Other functions (e.g., next_interval)
550 will update this cache based on the result of find_interval. */ 550 will update this cache based on the result of find_interval. */
551 551
552 INLINE INTERVAL 552 INTERVAL
553 find_interval (tree, position) 553 find_interval (tree, position)
554 register INTERVAL tree; 554 register INTERVAL tree;
555 register int position; 555 register int position;
556 { 556 {
557 /* The distance from the left edge of the subtree at TREE 557 /* The distance from the left edge of the subtree at TREE