diff options
| author | Richard M. Stallman | 1997-06-02 18:30:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-02 18:30:21 +0000 |
| commit | 1863bbf89490cfae806e9598a7ed4525cb7e0c08 (patch) | |
| tree | 9878d0c7045a7063c79816ca6cf9e54b4926ab07 /src | |
| parent | 8d808a65ec010808dbf9695d90f5d780b5f2018a (diff) | |
| download | emacs-1863bbf89490cfae806e9598a7ed4525cb7e0c08.tar.gz emacs-1863bbf89490cfae806e9598a7ed4525cb7e0c08.zip | |
(find_interval): No longer inline.
Diffstat (limited to 'src')
| -rw-r--r-- | src/intervals.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 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; |