comparison src/marker.c @ 20301:6e2ea54ad704

(unchain_marker): Define as returning nothing. (syms_of_marker): Likewise.
author Andreas Schwab <schwab@suse.de>
date Fri, 21 Nov 1997 13:33:35 +0000
parents cf4260218aec
children cc87b03bad13
comparison
equal deleted inserted replaced
20300:1030a9fcf001 20301:6e2ea54ad704
191 191
192 /* This is called during garbage collection, 192 /* This is called during garbage collection,
193 so we must be careful to ignore and preserve mark bits, 193 so we must be careful to ignore and preserve mark bits,
194 including those in chain fields of markers. */ 194 including those in chain fields of markers. */
195 195
196 void
196 unchain_marker (marker) 197 unchain_marker (marker)
197 register Lisp_Object marker; 198 register Lisp_Object marker;
198 { 199 {
199 register Lisp_Object tail, prev, next; 200 register Lisp_Object tail, prev, next;
200 register EMACS_INT omark; 201 register EMACS_INT omark;
338 return Qt; 339 return Qt;
339 340
340 return Qnil; 341 return Qnil;
341 } 342 }
342 343
344 void
343 syms_of_marker () 345 syms_of_marker ()
344 { 346 {
345 defsubr (&Smarker_position); 347 defsubr (&Smarker_position);
346 defsubr (&Smarker_buffer); 348 defsubr (&Smarker_buffer);
347 defsubr (&Sset_marker); 349 defsubr (&Sset_marker);