From ebe7c7e71023de407998016be49fad97172cdd92 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 7 Nov 2007 15:30:51 +0000 Subject: [PATCH] (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice. --- src/dispextern.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dispextern.h b/src/dispextern.h index a3c62637497..f96a5ace4e9 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1922,7 +1922,6 @@ struct it 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 -- 2.11.4.GIT