# HG changeset patch # User Chong Yidong # Date 1194449451 0 # Node ID aef26459495854e100e96e8f909fd0aae7e7904a # Parent 87545512510ac1b0041ac291817c472c8b298870 (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice. diff -r 87545512510a -r aef264594958 src/dispextern.h --- a/src/dispextern.h Wed Nov 07 15:29:56 2007 +0000 +++ b/src/dispextern.h Wed Nov 07 15:30:51 2007 +0000 @@ -1922,7 +1922,6 @@ Lisp_Object overlay_strings[OVERLAY_STRING_CHUNK_SIZE]; /* For each overlay string, the overlay it came from. */ -#define OVERLAY_STRING_CHUNK_SIZE 16 Lisp_Object string_overlays[OVERLAY_STRING_CHUNK_SIZE]; /* If non-nil, a Lisp string being processed. If