diff options
| author | Chong Yidong | 2007-11-07 15:30:51 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-11-07 15:30:51 +0000 |
| commit | ebe7c7e71023de407998016be49fad97172cdd92 (patch) | |
| tree | 0ea4aa925296c878502fe09a92df56da83dd5c90 /src | |
| parent | d388d2ac7d9a01e664637287677bde25db2a872c (diff) | |
| download | emacs-ebe7c7e71023de407998016be49fad97172cdd92.tar.gz emacs-ebe7c7e71023de407998016be49fad97172cdd92.zip | |
(struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.
Diffstat (limited to 'src')
| -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 | |||
| 1922 | Lisp_Object overlay_strings[OVERLAY_STRING_CHUNK_SIZE]; | 1922 | Lisp_Object overlay_strings[OVERLAY_STRING_CHUNK_SIZE]; |
| 1923 | 1923 | ||
| 1924 | /* For each overlay string, the overlay it came from. */ | 1924 | /* For each overlay string, the overlay it came from. */ |
| 1925 | #define OVERLAY_STRING_CHUNK_SIZE 16 | ||
| 1926 | Lisp_Object string_overlays[OVERLAY_STRING_CHUNK_SIZE]; | 1925 | Lisp_Object string_overlays[OVERLAY_STRING_CHUNK_SIZE]; |
| 1927 | 1926 | ||
| 1928 | /* If non-nil, a Lisp string being processed. If | 1927 | /* If non-nil, a Lisp string being processed. If |