]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/buffer.h (struct buffer): Revert `indirections' to a simple int;
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Aug 2012 16:22:43 +0000 (12:22 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Aug 2012 16:22:43 +0000 (12:22 -0400)
that should be sufficient for everyone.

src/ChangeLog
src/buffer.h

index 3eb47219f3008c066e5da25d31132ae531742eb6..e33a080cddaa832da37411b503191d1847f37292 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * buffer.h (struct buffer): Revert `indirections' to a simple int;
+       that should be sufficient for everyone.
+
 2012-08-06  Jan Djärv  <jan.h.d@swipnet.se>
 
        * keyboard.c (timer_check_2): Add break so timer_check returns next
index 9ca714b670761cc4dbdccfc7a7278383e25c89c1..54e7ef288edf424ecb1b991881b27878b3aa74be 100644 (file)
@@ -778,7 +778,7 @@ struct buffer
   /* In an indirect buffer, this is -1. In an ordinary buffer,
      it's the number of indirect buffers that share our text;
      zero means that we're the only owner of this text.  */
-  ptrdiff_t indirections;
+  int indirections;
 
   /* A non-zero value in slot IDX means that per-buffer variable
      with index IDX has a local value in this buffer.  The index IDX