aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-02-29 02:03:54 +0000
committerChong Yidong2008-02-29 02:03:54 +0000
commitedd81bc836e703488be57bca416e8316747c964c (patch)
treed6c147a0a86d4abef97541ff6bd9d09490943895 /src
parent73c0054e836e059cdc6672213f0ad5506adceb3e (diff)
downloademacs-edd81bc836e703488be57bca416e8316747c964c.tar.gz
emacs-edd81bc836e703488be57bca416e8316747c964c.zip
(get_overlay_strings_1): Add missing argument type.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c1
1 files changed, 1 insertions, 0 deletions
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
5091get_overlay_strings_1 (it, charpos, compute_stop_p) 5091get_overlay_strings_1 (it, charpos, compute_stop_p)
5092 struct it *it; 5092 struct it *it;
5093 int charpos; 5093 int charpos;
5094 int compute_stop_p
5094{ 5095{
5095 /* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to 5096 /* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to
5096 process. This fills IT->overlay_strings with strings, and sets 5097 process. This fills IT->overlay_strings with strings, and sets