From: Gerd Moellmann Date: Tue, 26 Sep 2000 12:35:06 +0000 (+0000) Subject: (struct frame): Make the `nothing' member of union X-Git-Tag: emacs-pretest-21.0.90~1377 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf0fb540d0d3f28ce46be52f9818d22a8d92ff2d;p=emacs.git (struct frame): Make the `nothing' member of union output_data an EMACS_INT. --- diff --git a/src/frame.h b/src/frame.h index 54f75f666d0..01ba8f8f5cf 100644 --- a/src/frame.h +++ b/src/frame.h @@ -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;