From cf0fb540d0d3f28ce46be52f9818d22a8d92ff2d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 26 Sep 2000 12:35:06 +0000 Subject: [PATCH] (struct frame): Make the `nothing' member of union output_data an EMACS_INT. --- src/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5