X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/fbd86d4cc20b02a10edcca92fb7ae0a143e63cc4..1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58:/include/varargs.h diff --git a/include/varargs.h b/include/varargs.h deleted file mode 100644 index 7a17e63..0000000 --- a/include/varargs.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_varargs.h" -#else -#error "This header only supports __MWERKS__." -#endif