From 104be388893985b0475f81ec4d457a3110216719 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 8 Dec 2006 17:15:39 +0000 Subject: [PATCH] (PIX_TYPE): Redefine as `unsigned long', for 64-bit platforms where long is 64-bit. --- src/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame.h b/src/frame.h index 50e7c0660b4..3c4c9dc08bf 100644 --- a/src/frame.h +++ b/src/frame.h @@ -72,7 +72,7 @@ enum text_cursor_kinds #if !defined(HAVE_X_WINDOWS) -#define PIX_TYPE int +#define PIX_TYPE unsigned long /* A (mostly empty) x_output structure definition for building Emacs on Unix and GNU/Linux without X support. */ -- 2.39.2