changeset 31830:cf1b4094811a

Avoid some more compiler warnings. (byte_char_debug_check): Return void.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 21 Sep 2000 20:55:34 +0000
parents 43566b0aec59
children 453d7c06eaa6
files src/marker.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/marker.c	Thu Sep 21 20:54:57 2000 +0000
+++ b/src/marker.c	Thu Sep 21 20:55:34 2000 +0000
@@ -32,6 +32,8 @@
 static struct buffer *cached_buffer;
 static int cached_modiff;
 
+static void byte_char_debug_check P_ ((struct buffer *, int, int));
+
 /* Nonzero means enable debugging checks on byte/char correspondences.  */
 
 static int byte_debug_flag;
@@ -97,7 +99,7 @@
     }									\
 }
 
-int
+static void
 byte_char_debug_check (b, charpos, bytepos)
      struct buffer *b;
      int charpos, bytepos;