use documented SIG_RET_TYPE for Linux with gcc

This commit is contained in:
nhmall
2025-04-20 13:13:30 -04:00
parent d32c8c63bd
commit 8f38267775
4 changed files with 34 additions and 7 deletions
+4
View File
@@ -274,6 +274,10 @@ extern boolean file_newer(const char *, const char *);
/* #include "system.h" */
#endif
#if defined(WIN_CE)
#define QSORTCALLBACK __cdecl
#endif
/* Override the default version of nhassert. The default version is unable
* to generate a string form of the expression due to the need to be
* compatible with compilers which do not support macro stringization (i.e.