mirror of
https://github.com/zeldaret/oot
synced 2026-07-08 14:26:45 -04:00
[iQue] Build some C files with EGCS (#2396)
This commit is contained in:
@@ -29,7 +29,7 @@ __attribute__((noreturn)) void __assert(const char* assertion, const char* file,
|
||||
|
||||
// Static/compile-time assertions
|
||||
|
||||
#if !defined(__sgi) && (defined(__GNUC__) || (__STDC_VERSION__ >= 201112L))
|
||||
#if !defined(__sgi) && (__GNUC__ >= 5 || __STDC_VERSION__ >= 201112L)
|
||||
# define static_assert(cond, msg) _Static_assert(cond, msg)
|
||||
#else
|
||||
# ifndef GLUE
|
||||
|
||||
Reference in New Issue
Block a user