# HG changeset patch # User Chong Yidong # Date 1204250559 0 # Node ID ad818454aedc265adee3e0b88fc9e8c5b0c3e96d # Parent 17343f972a5f7a3413067cf04525ba81ba7d6aa6 (get_overlay_strings_1): Add missing argument type. diff -r 17343f972a5f -r ad818454aedc src/xdisp.c --- 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