# HG changeset patch # User Matti Hamalainen # Date 1575890382 -7200 # Node ID b235d8f292c5e8429096f34541a525c3eafc0b97 # Parent 3a733cdfc576ecbc5b5cd5bc4ad5ccfd1049d8f6 Cleanup. diff -r 3a733cdfc576 -r b235d8f292c5 th_types.h --- 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"