emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.h,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/window.h,v
Date: Tue, 02 Oct 2007 21:55:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/02 21:55:28

Index: window.h
===================================================================
RCS file: /sources/emacs/emacs/src/window.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- window.h    29 Aug 2007 05:27:50 -0000      1.72
+++ window.h    2 Oct 2007 21:55:26 -0000       1.73
@@ -92,7 +92,7 @@
   {
     /* The first two fields are really the header of a vector */
     /* The window code does not refer to them.  */
-    EMACS_INT size;
+    EMACS_UINT size;
     struct Lisp_Vector *vec_next;
     /* The frame this window is on.  */
     Lisp_Object frame;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]