changeset 494:b235d8f292c5

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Dec 2019 13:19:42 +0200
parents 3a733cdfc576
children 30c57a9ea3be
files th_types.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/th_types.h	Thu Dec 05 02:50:57 2019 +0200
+++ b/th_types.h	Mon Dec 09 13:19:42 2019 +0200
@@ -70,8 +70,6 @@
 #    define PRIx64        "llx"
 #    define PRIi64        "lli"
 #    define PRIo64        "llo"
-typedef long long int		intmax_t;
-typedef unsigned long long int	uintmax_t;
 #  endif
 #  define PRIu_SIZE_T     "u"
 #  define PRId_SSIZE_T    "d"