X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/fbd86d4cc20b02a10edcca92fb7ae0a143e63cc4..1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58:/include/stdarg.h diff --git a/include/stdarg.h b/include/stdarg.h deleted file mode 100644 index 7585995..0000000 --- a/include/stdarg.h +++ /dev/null @@ -1,9 +0,0 @@ -/* This file is public domain. */ -/* GCC uses its own copy of this header */ -#if defined(__GNUC__) -#include_next -#elif defined(__MWERKS__) -#include "mw_stdarg.h" -#else -#error "This header only supports __MWERKS__." -#endif