# HG changeset patch # User Andreas Schwab # Date 880119215 0 # Node ID 6e2ea54ad704c6a0f56577752512a43a9b0db562 # Parent 1030a9fcf001c98f13a4687d95f99eb11c9ff817 (unchain_marker): Define as returning nothing. (syms_of_marker): Likewise. diff -r 1030a9fcf001 -r 6e2ea54ad704 src/marker.c --- a/src/marker.c Fri Nov 21 13:24:40 1997 +0000 +++ b/src/marker.c Fri Nov 21 13:33:35 1997 +0000 @@ -193,6 +193,7 @@ so we must be careful to ignore and preserve mark bits, including those in chain fields of markers. */ +void unchain_marker (marker) register Lisp_Object marker; { @@ -340,6 +341,7 @@ return Qnil; } +void syms_of_marker () { defsubr (&Smarker_position);