From: Kim F. Storm Date: Fri, 25 Feb 2005 21:49:59 +0000 (+0000) Subject: (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16. X-Git-Tag: ttn-vms-21-2-B4~2122 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9323aedda92fe5eaeb9d5c1e81fed30024facb9;p=emacs.git (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16. --- diff --git a/src/dispextern.h b/src/dispextern.h index 4626cfc7332..aa296e12340 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1887,7 +1887,7 @@ struct it /* Vector of overlays to process. Overlay strings are processed OVERLAY_STRING_CHUNK_SIZE at a time. */ -#define OVERLAY_STRING_CHUNK_SIZE 3 +#define OVERLAY_STRING_CHUNK_SIZE 16 Lisp_Object overlay_strings[OVERLAY_STRING_CHUNK_SIZE]; /* Total number of overlay strings to process. This can be >