aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/ansi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/ansi.h')
-rw-r--r--sys/alpha/include/ansi.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/alpha/include/ansi.h b/sys/alpha/include/ansi.h
index c65338458c21..d9e4022d03f1 100644
--- a/sys/alpha/include/ansi.h
+++ b/sys/alpha/include/ansi.h
@@ -155,19 +155,6 @@ typedef unsigned long __uint_fast64_t;
typedef long __intmax_t;
typedef unsigned long __uintmax_t;
-#define __INT8_C(c) (c)
-#define __INT16_C(c) (c)
-#define __INT32_C(c) (c)
-#define __INT64_C(c) (c ## L)
-
-#define __UINT8_C(c) (c)
-#define __UINT16_C(c) (c)
-#define __UINT32_C(c) (c ## U)
-#define __UINT64_C(c) (c ## UL)
-
-#define __INTMAX_C(c) (c ## L)
-#define __UINTMAX_C(c) (c ## UL)
-
/*
* mbstate_t is an opaque object to keep conversion state, during multibyte
* stream conversions. The content must not be referenced by user programs.