Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7539 → Rev 7540

/data/common/develop/tcc/include/varargs.h
0,0 → 1,12
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/
#ifndef _VARARGS_H
#define _VARARGS_H
 
#error "TinyCC no longer implements <varargs.h>."
#error "Revise your code to use <stdarg.h>."
 
#endif