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 | 2013dccd1acafe015fa170d0eff849cf1e399a56 (patch) | |
tree | d6c4275f1025bc0bc977c11cc40e3b18e9418010 /src/dispextern.h | |
parent | bdedadd434067f2e0aa228689fcad5715b923c49 (diff) | |
download | emacs-2013dccd1acafe015fa170d0eff849cf1e399a56.tar.gz |
(struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.
Diffstat (limited to 'src/dispextern.h')
-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 |