# HG changeset patch # User Kenichi Handa # Date 880632289 0 # Node ID 9f5fab56f4b3b93a5f67cd4c176339be5a27247b # Parent 3d1939f30ec62e2f02316a601c24063011e8185a (nsberror, record_buffer, validate_region, fix_overlay_before): Declare them as void. diff -r 3d1939f30ec6 -r 9f5fab56f4b3 src/buffer.c --- a/src/buffer.c Thu Nov 27 12:00:42 1997 +0000 +++ b/src/buffer.c Thu Nov 27 12:04:49 1997 +0000 @@ -165,6 +165,7 @@ /* For debugging; temporary. See set_buffer_internal. */ /* Lisp_Object Qlisp_mode, Vcheck_symbol; */ +void nsberror (spec) Lisp_Object spec; { @@ -1192,6 +1193,7 @@ selected buffers are always closer to the front of the list. This means that other_buffer is more likely to choose a relevant buffer. */ +void record_buffer (buf) Lisp_Object buf; { @@ -1613,6 +1615,7 @@ return Qnil; } +void validate_region (b, e) register Lisp_Object *b, *e; { @@ -2617,6 +2620,7 @@ `overlays_before' of the buffer *BP. Before the insertion, `point' was at PREV, and now is at POS. */ +void fix_overlays_before (bp, prev, pos) struct buffer *bp; int prev, pos;