mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-10 01:44:36 +00:00
[iQue] Define EGCS macro instead of relying on __GNUC__
(#2423)
* [iQue] Define EGCS macro instead of relying on __GNUC__ * Revert longlong.h
This commit is contained in:
parent
dbfa95fd01
commit
bdc6b50153
7 changed files with 15 additions and 21 deletions
|
@ -62,8 +62,6 @@ vs32 sSchedDebugPrintfEnabled = false;
|
|||
PRINTF
|
||||
#elif IDO_PRINTF_WORKAROUND
|
||||
#define SCHED_DEBUG_PRINTF(args) (void)0
|
||||
#elif defined(__GNUC__) && __GNUC__ < 3
|
||||
#define SCHED_DEBUG_PRINTF(format, args...) (void)0
|
||||
#else
|
||||
#define SCHED_DEBUG_PRINTF(format, ...) (void)0
|
||||
#endif
|
||||
|
|
|
@ -24,8 +24,6 @@ static s32 sCurCeilingBgId;
|
|||
PRINTF
|
||||
#elif IDO_PRINTF_WORKAROUND
|
||||
#define ACTOR_DEBUG_PRINTF(args) (void)0
|
||||
#elif defined(__GNUC__) && __GNUC__ < 3
|
||||
#define ACTOR_DEBUG_PRINTF(format, args...) (void)0
|
||||
#else
|
||||
#define ACTOR_DEBUG_PRINTF(format, ...) (void)0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue