diff options
| author | Chong Yidong | 2008-02-29 02:02:39 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-02-29 02:02:39 +0000 |
| commit | fbd882eda03b9f6dc4efb84a6a527cd1062ed6ee (patch) | |
| tree | fd34e4212edcd51190965bc20a91e819cec15dc5 | |
| parent | 05884da449286730160ac36aeb9e93f5d8a325df (diff) | |
| download | emacs-fbd882eda03b9f6dc4efb84a6a527cd1062ed6ee.tar.gz emacs-fbd882eda03b9f6dc4efb84a6a527cd1062ed6ee.zip | |
(get_overlay_strings_1): Add missing argument type.
| -rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index a99a7eb3f32..83792108f42 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -4934,6 +4934,7 @@ static int | |||
| 4934 | get_overlay_strings_1 (it, charpos, compute_stop_p) | 4934 | get_overlay_strings_1 (it, charpos, compute_stop_p) |
| 4935 | struct it *it; | 4935 | struct it *it; |
| 4936 | int charpos; | 4936 | int charpos; |
| 4937 | int compute_stop_p; | ||
| 4937 | { | 4938 | { |
| 4938 | /* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to | 4939 | /* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to |
| 4939 | process. This fills IT->overlay_strings with strings, and sets | 4940 | process. This fills IT->overlay_strings with strings, and sets |