From dfcf069d565c347abf3cb7cec80e6ed8432037ba Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 14 Apr 1998 12:25:56 +0000 Subject: Fix -Wimplicit warnings. --- src/callint.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/callint.c') 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\")'.") return val; } +void syms_of_callint () { point_marker = Fmake_marker (); -- cgit v1.2.1