diff src/lisp.h @ 30934:ce33e6835a31

(Lisp_String): Replace DECLARE_INTERVALS with real decl.
author Miles Bader <miles@gnu.org>
date Fri, 18 Aug 2000 03:06:17 +0000
parents 0bc07afc3c0d
children 429bcc971263
line wrap: on
line diff
--- a/src/lisp.h	Fri Aug 18 01:05:05 2000 +0000
+++ b/src/lisp.h	Fri Aug 18 03:06:17 2000 +0000
@@ -623,7 +623,7 @@
   {
     EMACS_INT size;
     EMACS_INT size_byte;
-    DECLARE_INTERVALS		/* `data' field must be last.  */
+    INTERVAL intervals;		/* text properties in this string */
     unsigned char *data;
   };