aboutsummaryrefslogtreecommitdiff
path: root/gcc/ginclude/varargs.h
blob: a25a36287874bb21ee16cb98f560b4ee89eacf1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* APPLE LOCAL begin MW compatibility */
#ifdef __MWERKS__
#include "mw_varargs.h"
#else
/* APPLE LOCAL end MW compatibility */

#ifndef _VARARGS_H
#define _VARARGS_H

#error "GCC no longer implements <varargs.h>."
#error "Revise your code to use <stdarg.h>."

#endif
/* APPLE LOCAL MW compatibility */
#endif /* __MWERKS__ */