diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-11-07 15:30:51 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-11-07 15:30:51 +0000 |
commit | ebe7c7e71023de407998016be49fad97172cdd92 (patch) | |
tree | 0ea4aa925296c878502fe09a92df56da83dd5c90 | |
parent | d388d2ac7d9a01e664637287677bde25db2a872c (diff) | |
download | emacs-ebe7c7e71023de407998016be49fad97172cdd92.tar.gz |
(struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.
-rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |