From edd81bc836e703488be57bca416e8316747c964c Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 29 Feb 2008 02:03:54 +0000 Subject: [PATCH] (get_overlay_strings_1): Add missing argument type. --- src/xdisp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xdisp.c b/src/xdisp.c index b558c2e8bbb..c6b731c1ee8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -5091,6 +5091,7 @@ static int get_overlay_strings_1 (it, charpos, compute_stop_p) struct it *it; int charpos; + int compute_stop_p { /* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to process. This fills IT->overlay_strings with strings, and sets -- 2.39.5