From 9f0ddc464e0c402f25ea8ae47e53ae9dba1c60c6 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 29 Jul 2002 17:41:23 +0000 Subject: Create a new header for storing MD parts of . Previously, parts were defined in and . This resulted in two problems: (1) Defining macros in gets in the way of that header only defining types. (2) Defining C99 limits in adds pollution to . --- sys/powerpc/include/ansi.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sys/powerpc/include/ansi.h') diff --git a/sys/powerpc/include/ansi.h b/sys/powerpc/include/ansi.h index a3f401e..19fcc5a 100644 --- a/sys/powerpc/include/ansi.h +++ b/sys/powerpc/include/ansi.h @@ -156,19 +156,6 @@ typedef unsigned long long __uint_fast64_t; typedef long long __intmax_t; typedef unsigned long long __uintmax_t; -#define __INT8_C(c) (c) -#define __INT16_C(c) (c) -#define __INT32_C(c) (c) -#define __INT64_C(c) (c ## LL) - -#define __UINT8_C(c) (c) -#define __UINT16_C(c) (c) -#define __UINT32_C(c) (c ## U) -#define __UINT64_C(c) (c ## ULL) - -#define __INTMAX_C(c) (c ## LL) -#define __UINTMAX_C(c) (c ## ULL) - /* * mbstate_t is an opaque object to keep conversion state, during multibyte * stream conversions. The content must not be referenced by user programs. -- cgit v1.1