Mercurial > emacs
changeset 80245:ad818454aedc
(get_overlay_strings_1): Add missing argument type.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 29 Feb 2008 02:02:39 +0000 |
parents | 17343f972a5f |
children | 3629f9a94638 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Fri Feb 29 02:02:27 2008 +0000 +++ b/src/xdisp.c Fri Feb 29 02:02:39 2008 +0000 @@ -4934,6 +4934,7 @@ 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