From e9323aedda92fe5eaeb9d5c1e81fed30024facb9 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 25 Feb 2005 21:49:59 +0000 Subject: [PATCH] (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16. --- src/dispextern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 > -- 2.39.5