# HG changeset patch # User Kenichi Handa # Date 880632770 0 # Node ID 976eed15d6b5b6878ef24ca98207aa243245222a # Parent 7e443cd9a63a3c8a08b121949c8b8dcfdc6aa3dd (invalidate_current_column): Declare it as void. diff -r 7e443cd9a63a -r 976eed15d6b5 src/indent.c --- a/src/indent.c Thu Nov 27 12:10:31 1997 +0000 +++ b/src/indent.c Thu Nov 27 12:12:50 1997 +0000 @@ -282,6 +282,7 @@ /* Cancel any recorded value of the horizontal position. */ +void invalidate_current_column () { last_known_column_point = 0;