projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d388d2a
)
(struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 7 Nov 2007 15:30:51 +0000
(15:30 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 7 Nov 2007 15:30:51 +0000
(15:30 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index a3c626374970ac249111537aeb639cfeb9cdb1eb..f96a5ace4e900e9242930882d95e52b6a07f3c00 100644
(file)
--- 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