diff options
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 |