remove solaris10 kludge

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37329 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-10-30 04:44:11 +00:00
parent cb3f09d802
commit ff8fb085de

View file

@ -25,20 +25,6 @@
#ifndef __GNUSTEP_GNUSTEP_H_INCLUDED_
#define __GNUSTEP_GNUSTEP_H_INCLUDED_
/* Solaris < 10 kludge. */
#if defined(__sun__) && defined(__svr4__) && !defined(PRIuPTR)
# if defined(__arch64__) || defined (__x86_64__)
# define PRIuPTR "lu"
# define PRIxPTR "lx"
# define PRIdPTR "ld"
# else
# define PRIuPTR "u"
# define PRIxPTR "x"
# define PRIdPTR "d"
# endif
#endif
/* The contents of this file are designed to be usable with either
* GNUstep-base or MacOS-X Foundation.
*/