# HG changeset patch # User Gerd Moellmann # Date 969971706 0 # Node ID 8b2fa657800d0b12b645938c07a162de06324148 # Parent ce212cd0463fba8931835701d95c5534e2a7e9d3 (struct frame): Make the `nothing' member of union output_data an EMACS_INT. diff -r ce212cd0463f -r 8b2fa657800d src/frame.h --- 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;