3d9156a7 A |
1 | /* This file is public domain. */ |
2 | /* GCC uses its own copy of this header */ |
3 | #if defined(__GNUC__) |
4 | #include_next <varargs.h> |
5 | #elif defined(__MWERKS__) |
6 | #include "mw_varargs.h" |
7 | #else |
8 | #error "This header only supports __MWERKS__." |
9 | #endif |