xref: /NextBSD/contrib/gcc/ginclude/varargs.h (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
1 #ifndef _VARARGS_H
2 #define _VARARGS_H
3 
4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
6 
7 #endif
8