]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid DECLARE_INTERVALS.
authorDave Love <fx@gnu.org>
Thu, 17 Aug 2000 13:48:48 +0000 (13:48 +0000)
committerDave Love <fx@gnu.org>
Thu, 17 Aug 2000 13:48:48 +0000 (13:48 +0000)
src/buffer.h

index 6014b42b5846d40a893ad435860167ae1eac1808..86796f54961dde163c9c095c915c19cf5f7a4366 100644 (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 ---