aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intervals.c')
-rw-r--r--src/intervals.c11
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
66static void
67set_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
74static void 65static void
75set_interval_left (INTERVAL i, INTERVAL left) 66set_interval_left (INTERVAL i, INTERVAL left)