Mercurial > emacs
changeset 74496:9f89a8f57a99
(PIX_TYPE): Redefine as `unsigned long', for 64-bit platforms where long
is 64-bit.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 08 Dec 2006 17:15:39 +0000 |
parents | 74fe8e5575ed |
children | 07c34c917584 |
files | src/frame.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.h Fri Dec 08 17:02:57 2006 +0000 +++ b/src/frame.h Fri Dec 08 17:15:39 2006 +0000 @@ -72,7 +72,7 @@ #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. */