]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_overlay_strings_1): Add missing argument type.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 29 Feb 2008 02:03:54 +0000 (02:03 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 29 Feb 2008 02:03:54 +0000 (02:03 +0000)
src/xdisp.c

index b558c2e8bbb11f0b289c80ddeeafe70dbab7fbc3..c6b731c1ee8993e8e527418c2bbe382ac8b425fe 100644 (file)
@@ -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