aboutsummaryrefslogtreecommitdiff
path: root/more-hdrs/stdarg.h
diff options
context:
space:
mode:
Diffstat (limited to 'more-hdrs/stdarg.h')
-rw-r--r--more-hdrs/stdarg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/more-hdrs/stdarg.h b/more-hdrs/stdarg.h
new file mode 100644
index 00000000000..e12e16383c6
--- /dev/null
+++ b/more-hdrs/stdarg.h
@@ -0,0 +1,6 @@
+/* This file is public domain. */
+#ifdef __MWERKS__
+#include "mw_stdarg.h"
+#else
+#error "This header only supports __MWERKS__."
+#endif