1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

Avoid DECLARE_INTERVALS.

This commit is contained in:
Dave Love 2000-08-17 13:48:48 +00:00
parent 9d8cf732e6
commit bb4fee022a

View file

@ -423,8 +423,8 @@ struct buffer_text
end_unchanged contain no useful information. */
int overlay_unchanged_modified;
/* Properties of this buffer's text -- conditionally compiled. */
DECLARE_INTERVALS
/* Properties of this buffer's text. */
INTERVAL intervals;
/* The markers that refer to this buffer.
This is actually a single marker ---