(OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.

This commit is contained in:
Kim F. Storm 2005-02-25 21:49:59 +00:00
parent 0f465b559b
commit e9323aedda

View file

@ -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 >