diff options
| author | Eli Zaretskii | 2006-12-08 17:15:39 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-08 17:15:39 +0000 |
| commit | 104be388893985b0475f81ec4d457a3110216719 (patch) | |
| tree | b0b6e251becdfd72754564152539ab006dc815e1 /src | |
| parent | d9d81805f77d23cec92e01470810e58de958efce (diff) | |
| download | emacs-104be388893985b0475f81ec4d457a3110216719.tar.gz emacs-104be388893985b0475f81ec4d457a3110216719.zip | |
(PIX_TYPE): Redefine as `unsigned long', for 64-bit platforms where long
is 64-bit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 72 | 72 | ||
| 73 | #if !defined(HAVE_X_WINDOWS) | 73 | #if !defined(HAVE_X_WINDOWS) |
| 74 | 74 | ||
| 75 | #define PIX_TYPE int | 75 | #define PIX_TYPE unsigned long |
| 76 | 76 | ||
| 77 | /* A (mostly empty) x_output structure definition for building Emacs | 77 | /* A (mostly empty) x_output structure definition for building Emacs |
| 78 | on Unix and GNU/Linux without X support. */ | 78 | on Unix and GNU/Linux without X support. */ |