Merge pull request #230 from gnustep/NS_INLINE_Change

This commit is contained in:
Gregory Casamento 2022-01-08 18:28:18 -05:00 committed by GitHub
commit 31b9b7228b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"