Revert "don't use the NONNULLxxx macros with djgpp"

This reverts commit 088717ccec.

The source of the issue was found and corrected in 08a1e6816.

msdos tested okay
This commit is contained in:
nhmall
2023-12-18 12:59:55 -05:00
parent 08a1e68166
commit daa677f1a3

View File

@@ -373,10 +373,6 @@ typedef genericptr genericptr_t; /* (void *) or (char *) */
#define DO_DEFINE_NONNULLS
#endif
#if defined(__DJGPP__) && defined(DO_DEFINE_NONNULLS)
#undef DO_DEFINE_NONNULLS
#endif
#if defined(DO_DEFINE_NONNULLS) && !defined(NONNULLS_DEFINED)
#define NONNULL __attribute__((returns_nonnull))
#define NONNULLPTRS __attribute__((nonnull))