summaryrefslogtreecommitdiff
path: root/src/code/z_actor.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2025-01-13 05:32:25 -0800
committerGitHub <noreply@github.com>2025-01-13 08:32:25 -0500
commitbdc6b5015374cdedcc7b599d3774537bc2802ae1 (patch)
tree36a761b84d1efb5ead691646ed64b9cf94939188 /src/code/z_actor.c
parentdbfa95fd01d486ab709d74428c5f666dcc0208ee (diff)
[iQue] Define EGCS macro instead of relying on `__GNUC__` (#2423)
* [iQue] Define EGCS macro instead of relying on __GNUC__ * Revert longlong.h
Diffstat (limited to 'src/code/z_actor.c')
-rw-r--r--src/code/z_actor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c
index c0633747f..309be3077 100644
--- a/src/code/z_actor.c
+++ b/src/code/z_actor.c
@@ -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