xref: /dflybsd-src/contrib/gcc-4.7/gcc/ginclude/varargs.h (revision 04febcfb30580676d3e95f58a16c5137ee478b32)
1*e4b17023SJohn Marino #ifndef _VARARGS_H
2*e4b17023SJohn Marino #define _VARARGS_H
3*e4b17023SJohn Marino 
4*e4b17023SJohn Marino #error "GCC no longer implements <varargs.h>."
5*e4b17023SJohn Marino #error "Revise your code to use <stdarg.h>."
6*e4b17023SJohn Marino 
7*e4b17023SJohn Marino #endif
8