Portability updates.
This commit is contained in:
+1
-1
@@ -235,7 +235,7 @@ protected:
|
||||
void addLoader(C,C,C,C,C,C,C,C); void addLoader(C,C,C,C,C,C,C,C,C);
|
||||
void addLoader(C,C,C,C,C,C,C,C,C,C);
|
||||
#undef C
|
||||
#if 1 && (ACC_CC_GNUC >= 0x040100)
|
||||
#if 1 && (ACC_CC_CLANG || (ACC_CC_GNUC >= 0x040100))
|
||||
void __acc_cdecl_va addLoaderVA(const char *s, ...) __attribute__((__sentinel__));
|
||||
#else
|
||||
void __acc_cdecl_va addLoaderVA(const char *s, ...);
|
||||
|
||||
Reference in New Issue
Block a user