]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct frame): Make the `nothing' member of union
authorGerd Moellmann <gerd@gnu.org>
Tue, 26 Sep 2000 12:35:06 +0000 (12:35 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 26 Sep 2000 12:35:06 +0000 (12:35 +0000)
output_data an EMACS_INT.

src/frame.h

index 54f75f666d0eeddfcf7b681b5d2f79f5ef440804..01ba8f8f5cf245666a8ea7e5e721d2a77f420b69 100644 (file)
@@ -245,7 +245,7 @@ struct frame
     struct x_output *x;
     struct w32_output *w32;
     struct mac_output *mac;
-    int nothing;
+    EMACS_INT nothing;
   }
   output_data;