From 728d5cff2058c7ae9cebeb66ab882ef53b06c587 Mon Sep 17 00:00:00 2001 From: kvigor Date: Thu, 9 Mar 2000 21:13:07 +0000 Subject: [PATCH] Brain death in previous commit git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@184 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/include/stdarg.h | 2 -- 1 file changed, 2 deletions(-) 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) ; } -- 2.47.2