#ifndef __STDARG
#define __STDARG

#define __extension__
#define __builtin_next_arg(LASTARG)	(void*)((char*)(&(LASTARG)) + 8)
#define __builtin_classify_type(TYPE) __no_type_class

#include "/usr/local/lib/gcc-lib/alpha-unknown-linux-gnu/2.95.3/include/stdarg.h"

#error "ERROR: <stdarg.h> support is not yet working on this platform"

#endif /* __STDARG */
