changeset 31900:8b2fa657800d

(struct frame): Make the `nothing' member of union output_data an EMACS_INT.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 26 Sep 2000 12:35:06 +0000
parents ce212cd0463f
children 4e2853ad5d2d
files src/frame.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.h	Tue Sep 26 11:52:01 2000 +0000
+++ b/src/frame.h	Tue Sep 26 12:35:06 2000 +0000
@@ -245,7 +245,7 @@
     struct x_output *x;
     struct w32_output *w32;
     struct mac_output *mac;
-    int nothing;
+    EMACS_INT nothing;
   }
   output_data;