mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-23 21:52:13 +00:00
Merge pull request #230 from gnustep/NS_INLINE_Change
This commit is contained in:
commit
31b9b7228b
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@
|
|||
#include <limits.h>
|
||||
#include <float.h>
|
||||
|
||||
/* NS_INLINE */
|
||||
#if !defined(NS_INLINE)
|
||||
#define NS_INLINE static inline
|
||||
#endif
|
||||
|
||||
/* PA HP-UX kludge. */
|
||||
#if defined(__hppa__) && defined(__hpux__) && !defined(PRIuPTR)
|
||||
#define PRIuPTR "lu"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue