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/callint.c | |
| parent | 0f94f94657ad7a6a68e64c612285a5e06152def2 (diff) | |
| download | emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip | |
Fix -Wimplicit warnings.
Diffstat (limited to 'src/callint.c')
| -rw-r--r-- | src/callint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/callint.c b/src/callint.c index fd4ea1aab44..cc522c3f76c 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -772,6 +772,7 @@ Its numeric meaning is what you would get from `(interactive \"p\")'.") | |||
| 772 | return val; | 772 | return val; |
| 773 | } | 773 | } |
| 774 | 774 | ||
| 775 | void | ||
| 775 | syms_of_callint () | 776 | syms_of_callint () |
| 776 | { | 777 | { |
| 777 | point_marker = Fmake_marker (); | 778 | point_marker = Fmake_marker (); |