From c089fab91044a4030598edebb8279311d61b65c1 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 19 Dec 2016 11:56:19 -0500 Subject: move vararg definitions to compiler-specific headers. --- include/psxtypes/arch/nt32/ntalltypes.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/psxtypes/arch/nt32/ntalltypes.h') diff --git a/include/psxtypes/arch/nt32/ntalltypes.h b/include/psxtypes/arch/nt32/ntalltypes.h index af3e899..5e61552 100644 --- a/include/psxtypes/arch/nt32/ntalltypes.h +++ b/include/psxtypes/arch/nt32/ntalltypes.h @@ -176,10 +176,3 @@ typedef float float_t; typedef double double_t; #define __DEFINED_double_t #endif - -typedef __CUSTOM_OR_BUILTIN_va_list__ va_list; - -#define va_start(v,l) __builtin_va_start(v,l) -#define va_end(v) __builtin_va_end(v) -#define va_arg(v,l) __builtin_va_arg(v,l) -#define va_copy(d,s) __builtin_va_copy(d,s) -- cgit v1.2.3