blob: 4b9803e71ac664e5ca43c8b2f20c7de2e49f5bdc [file] [log] [blame]
Ben Cheng7823f2a2014-04-08 14:53:42 -07001#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