aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1-5666.3/more-hdrs/varargs.h
blob: 83188caef342f84d2199525134420d227e116cf5 (plain)
1
2
3
4
5
6
/* This file is public domain.  */
#ifdef __MWERKS__
#include "mw_varargs.h"
#else
#error "This header only supports __MWERKS__."
#endif