changeset 398:9db5d3f6098d

Comments.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2016 14:21:22 +0200
parents dd95ea5901da
children edb6b42c5e8a
files th_types.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_types.h	Thu Mar 03 14:17:02 2016 +0200
+++ b/th_types.h	Thu Mar 03 14:21:22 2016 +0200
@@ -55,10 +55,11 @@
 
 
 // Do we have a valid arch?
-// If so, set some printf specifiers
+// If so, set some printf specifiers and other useful things
 #if TH_ARCH == 32
 #  define TH_ARCH_32BIT    1
 #  ifndef HAVE_INTTYPES_H
+//   If we don't have ISO C99 inttypes.h, define PRI* macros
 #    define PRIu32        "u"
 #    define PRId32        "d"
 #    define PRIx32        "x"