From: kvigor Date: Thu, 9 Mar 2000 21:13:07 +0000 (+0000) Subject: Brain death in previous commit X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=728d5cff2058c7ae9cebeb66ab882ef53b06c587;p=fw%2Fsdcc Brain death in previous commit git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@184 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/include/stdarg.h b/device/include/stdarg.h index 4802a8fd..c535af32 100644 --- a/device/include/stdarg.h +++ b/device/include/stdarg.h @@ -7,8 +7,6 @@ #if defined(SDCC_STACK_TENBIT) -#error Foo! - typedef unsigned char _xdata * va_list ; #define va_arg(marker,type) *((type _xdata * )(marker -= sizeof(type))) #define va_start(marker,first) { marker = (va_list) ((char _xdata * )&first) ; }