mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
Remove a double #endif (#1672)
This commit is contained in:
parent
8ea4cb87e5
commit
4bd005520d
1 changed files with 1 additions and 3 deletions
|
@ -102,8 +102,7 @@
|
||||||
|
|
||||||
#if OOT_DEBUG
|
#if OOT_DEBUG
|
||||||
#define PRINTF osSyncPrintf
|
#define PRINTF osSyncPrintf
|
||||||
#else
|
#elif defined(__sgi) /* IDO compiler */
|
||||||
#ifdef __sgi /* IDO compiler */
|
|
||||||
// IDO doesn't support variadic macros, but it merely throws a warning for the
|
// IDO doesn't support variadic macros, but it merely throws a warning for the
|
||||||
// number of arguments not matching the definition (warning 609) instead of
|
// number of arguments not matching the definition (warning 609) instead of
|
||||||
// throwing an error. We suppress this warning and rely on GCC to catch macro
|
// throwing an error. We suppress this warning and rely on GCC to catch macro
|
||||||
|
@ -112,7 +111,6 @@
|
||||||
#else
|
#else
|
||||||
#define PRINTF(format, ...) (void)0
|
#define PRINTF(format, ...) (void)0
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#if OOT_DEBUG
|
#if OOT_DEBUG
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue