diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-10-16 00:07:21 +0200 |
---|---|---|
committer | Ulrich Sibiller <u.sibiller@science-computing.de> | 2016-10-20 10:16:35 +0200 |
commit | 33b5911f2c061bcce7b507066330f346aa63dbf5 (patch) | |
tree | baea23f924859303c78a76063845bace470f5a5a /nx-X11/programs/Xserver/Xext | |
parent | c180a21473b7a3883704b0e361e9ed4ab7b78c50 (diff) | |
download | nx-libs-33b5911f2c061bcce7b507066330f346aa63dbf5.tar.gz nx-libs-33b5911f2c061bcce7b507066330f346aa63dbf5.tar.bz2 nx-libs-33b5911f2c061bcce7b507066330f346aa63dbf5.zip |
xcmisc.c: remove HAVE_STDINT
This eliminates a warning since we do not have this define in our
build environment.
Diffstat (limited to 'nx-X11/programs/Xserver/Xext')
-rw-r--r-- | nx-X11/programs/Xserver/Xext/xcmisc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/programs/Xserver/Xext/xcmisc.c b/nx-X11/programs/Xserver/Xext/xcmisc.c index 68843fd04..b7f55aa6d 100644 --- a/nx-X11/programs/Xserver/Xext/xcmisc.c +++ b/nx-X11/programs/Xserver/Xext/xcmisc.c @@ -40,11 +40,7 @@ from The Open Group. #include <nx-X11/extensions/xcmiscstr.h> #include "modinit.h" -#if HAVE_STDINT_H #include <stdint.h> -#elif !defined(UINT32_MAX) -#define UINT32_MAX 0xffffffffU -#endif #if 0 static unsigned char XCMiscCode; |