diff options
| author | grischka <grischka> | 2009-07-18 22:06:37 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-07-18 22:06:37 +0200 |
| commit | dc251a7d8d8bb4fb57773790152bfe85236f5f12 (patch) | |
| tree | e8dcec8579afbe341a4af7560f0a7e559238f503 /include/varargs.h | |
| parent | 06aed3d171839454648cebd0c58eaf4667e4979a (diff) | |
| download | tinycc-dc251a7d8d8bb4fb57773790152bfe85236f5f12.tar.gz tinycc-dc251a7d8d8bb4fb57773790152bfe85236f5f12.tar.bz2 | |
win64: use new headers from mingw
Diffstat (limited to 'include/varargs.h')
| -rw-r--r-- | include/varargs.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/include/varargs.h b/include/varargs.h index daee29e..d614366 100644 --- a/include/varargs.h +++ b/include/varargs.h @@ -1,11 +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 -#include <stdarg.h> - -#define va_dcl -#define va_alist __va_alist -#undef va_start -#define va_start(ap) ap = __builtin_varargs_start +#error "TinyCC no longer implements <varargs.h>." +#error "Revise your code to use <stdarg.h>." #endif |
