Revert "don't use the NONNULLxxx macros with djgpp"
This reverts commit088717ccec. The source of the issue was found and corrected in08a1e6816. msdos tested okay
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user