diff options
Diffstat (limited to 'src/intervals.c')
| -rw-r--r-- | src/intervals.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/intervals.c b/src/intervals.c index 13ff9a9e3db..703c0cefbd5 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -60,16 +60,7 @@ static INTERVAL reproduce_tree (INTERVAL, INTERVAL); | |||
| 60 | 60 | ||
| 61 | /* Utility functions for intervals. */ | 61 | /* Utility functions for intervals. */ |
| 62 | 62 | ||
| 63 | /* Use these functions to set Lisp_Object | 63 | /* Use these functions to set pointer slots of struct interval. */ |
| 64 | or pointer slots of struct interval. */ | ||
| 65 | |||
| 66 | static void | ||
| 67 | set_interval_object (INTERVAL i, Lisp_Object obj) | ||
| 68 | { | ||
| 69 | eassert (BUFFERP (obj) || STRINGP (obj)); | ||
| 70 | i->up_obj = 1; | ||
| 71 | i->up.obj = obj; | ||
| 72 | } | ||
| 73 | 64 | ||
| 74 | static void | 65 | static void |
| 75 | set_interval_left (INTERVAL i, INTERVAL left) | 66 | set_interval_left (INTERVAL i, INTERVAL left) |