xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/varargs.h (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
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