mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Definition of NS_INLINE
This commit is contained in:
parent
bed2935a7e
commit
28f5c4fb50
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…
Reference in a new issue