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