(invalidate_current_column): Declare it as void.
authorKenichi Handa <handa@m17n.org>
Thu, 27 Nov 1997 12:12:50 +0000 (12:12 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 27 Nov 1997 12:12:50 +0000 (12:12 +0000)
src/indent.c

index b6806f6..b4592a2 100644 (file)
@@ -282,6 +282,7 @@ however, ^M is treated as end of line when `selective-display' is t.")
 
 /* Cancel any recorded value of the horizontal position.  */
 
+void
 invalidate_current_column ()
 {
   last_known_column_point = 0;