diff src/indent.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 6ec5e85328a9
children 0ed9ea6eeef3
line wrap: on
line diff
--- a/src/indent.c	Tue Apr 14 10:56:46 1998 +0000
+++ b/src/indent.c	Tue Apr 14 12:25:56 1998 +0000
@@ -679,6 +679,8 @@
 }
 
 
+static int position_indentation P_ ((int));
+
 DEFUN ("current-indentation", Fcurrent_indentation, Scurrent_indentation,
   0, 0, 0,
   "Return the indentation of the current line.\n\
@@ -1789,6 +1791,7 @@
 
 /* file's initialization.  */
 
+void
 syms_of_indent ()
 {
   DEFVAR_BOOL ("indent-tabs-mode", &indent_tabs_mode,