diff options
| author | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
| commit | dfcf069d565c347abf3cb7cec80e6ed8432037ba (patch) | |
| tree | cd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/marker.c | |
| parent | 0f94f94657ad7a6a68e64c612285a5e06152def2 (diff) | |
| download | emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip | |
Fix -Wimplicit warnings.
Diffstat (limited to 'src/marker.c')
| -rw-r--r-- | src/marker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/marker.c b/src/marker.c index e79e800b9b3..9806c30b5c1 100644 --- a/src/marker.c +++ b/src/marker.c | |||
| @@ -36,6 +36,7 @@ static int cached_modiff; | |||
| 36 | 36 | ||
| 37 | static int byte_debug_flag; | 37 | static int byte_debug_flag; |
| 38 | 38 | ||
| 39 | void | ||
| 39 | clear_charpos_cache (b) | 40 | clear_charpos_cache (b) |
| 40 | struct buffer *b; | 41 | struct buffer *b; |
| 41 | { | 42 | { |