mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
cb3f09d802
commit
ff8fb085de
1 changed files with 0 additions and 14 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue