Definition of NS_INLINE

This commit is contained in:
Gregory John Casamento 2022-01-08 16:09:45 -05:00
parent bed2935a7e
commit 28f5c4fb50

View file

@ -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"