remove per-arch definitions for va_list

now that commit f7f1079796 removed the
legacy i386 conditional definition, va_list is in no way
arch-specific, and has no reason to be in the future. move it to the
shared part of alltypes.h.in
This commit is contained in:
Rich Felker
2019-10-17 15:27:00 -04:00
parent f7f1079796
commit 00ec11d19e
17 changed files with 3 additions and 48 deletions
-3
View File
@@ -2,9 +2,6 @@
#define _Int64 long long
#define _Reg int
TYPEDEF __builtin_va_list va_list;
TYPEDEF __builtin_va_list __isoc_va_list;
#ifndef __cplusplus
#ifdef __WCHAR_TYPE__
TYPEDEF __WCHAR_TYPE__ wchar_t;