diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-20 14:24:04 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-20 14:24:04 -0700 |
commit | bb3d8a7767cf260b97c7e019e4fec0ee7d7b65a8 (patch) | |
tree | 462cfa4e8a154eff20c6ebcc10a0a328fd9c3e5b /include/X11/ICE | |
parent | 9561eca1ad28afee6dcd0aebea3dd20a154ec481 (diff) |
unifdef WORD64
Remove leftover remnants of CRAY support, which still had some
functions consisting solely of /* NOT IMPLEMENTED YET */ comments.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/X11/ICE')
-rw-r--r-- | include/X11/ICE/ICEmsg.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/X11/ICE/ICEmsg.h b/include/X11/ICE/ICEmsg.h index 8ca3e5f..800f10b 100644 --- a/include/X11/ICE/ICEmsg.h +++ b/include/X11/ICE/ICEmsg.h @@ -186,20 +186,12 @@ extern IcePaAuthStatus _IcePaMagicCookie1Proc ( } \ } -#ifndef WORD64 - #define IceWriteData16(_iceConn, _bytes, _data) \ IceWriteData (_iceConn, _bytes, (char *) _data) #define IceWriteData32(_iceConn, _bytes, _data) \ IceWriteData (_iceConn, _bytes, (char *) _data) -#else /* WORD64 */ - -/* IceWriteData16 and IceWriteData32 defined in misc.c for WORD64 */ - -#endif /* WORD64 */ - /* * The IceSendData macro bypasses copying the data to the @@ -281,8 +273,6 @@ extern IcePaAuthStatus _IcePaMagicCookie1Proc ( #define IceReadData(_iceConn, _bytes, _pData) \ _IceRead (_iceConn, (unsigned long) (_bytes), (char *) _pData); \ -#ifndef WORD64 - #define IceReadData16(_iceConn, _swap, _bytes, _pData) \ { \ _IceRead (_iceConn, (unsigned long) (_bytes), (char *) _pData); \ @@ -293,12 +283,6 @@ extern IcePaAuthStatus _IcePaMagicCookie1Proc ( _IceRead (_iceConn, (unsigned long) (_bytes), (char *) _pData); \ } -#else /* WORD64 */ - -/* IceReadData16 and IceReadData32 defined in misc.c for WORD64 */ - -#endif /* WORD64 */ - /* * Read pad bytes (for 32 or 64 bit alignment). |