From f30d75ae5dba339bfc95229894b22fd73e3fdc14 Mon Sep 17 00:00:00 2001 From: rajdakin Date: Sat, 7 Sep 2024 20:53:51 +0200 Subject: [WRAPPERHELPER] General improvements (#1804) * [WRAPPERHELPER] Automatic headers detection, various bug fixes, added some cast support * [WRAPPERHELPER] Keep comments untouched --- wrapperhelper/example-libc.h | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'wrapperhelper/example-libc.h') diff --git a/wrapperhelper/example-libc.h b/wrapperhelper/example-libc.h index 8125f75e..81850c51 100644 --- a/wrapperhelper/example-libc.h +++ b/wrapperhelper/example-libc.h @@ -2,34 +2,6 @@ #define __USE_MISC 1 #define PORTMAP -// Based on /usr/include/clang/Basic/TokenKinds.def -// Alternate spelling for various tokens. There are GCC extensions in all -// languages, but should not be disabled in strict conformance mode. -#define __alignof__ __alignof -#define __asm asm -#define __asm__ asm -#define __complex _Complex -#define __complex__ _Complex -#define __const const -#define __const__ const -#define __decltype decltype -#define __imag__ __imag -#define __inline inline -#define __inline__ inline -#define __nullptr nullptr -#define __real__ __real -#define __restrict restrict -#define __restrict__ restrict -#define __signed signed -#define __signed__ signed -#define __typeof typeof -#define __typeof__ typeof -#define __volatile volatile -#define __volatile__ volatile - -typedef __int128 __int128_t; -typedef unsigned __int128 __uint128_t; - // TODO #define inline -- cgit 1.4.1