Fixup permuter_settings (#1746)

* fix how permuter imports PRINTF macros wrt the ido-has-no-variadic-macros hack

* more permuter_settings fixups
This commit is contained in:
Dragorn421
2024-02-20 13:38:58 +01:00
committed by GitHub
parent cd98f991b5
commit 5c3a722aca
2 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
// argument errors instead.
// Note some tools define __sgi but preprocess with a modern cpp implementation,
// ensure that these do not use the IDO workaround to avoid errors.
#define IDO_PRINTF_WORKAROUND (__sgi && !__GNUC__ && !PERMUTER && !M2CTX)
#define IDO_PRINTF_WORKAROUND (__sgi && !__GNUC__ && !M2CTX)
#if OOT_DEBUG
#define PRINTF osSyncPrintf