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