typedef not present in linux ?!
authorClaus Gittinger <cg@exept.de>
Sun, 24 Mar 2019 20:23:56 +0100
changeset 4903 ff54fc968f34
parent 4902 e7dc669768cf
child 4904 9131ab1c257b
typedef not present in linux ?!
CRC32Stream.st
--- a/CRC32Stream.st	Sat Mar 23 22:16:40 2019 +0100
+++ b/CRC32Stream.st	Sun Mar 24 20:23:56 2019 +0100
@@ -43,7 +43,9 @@
 #  ifdef __LP64__
 #   define uint64_t       __uint64__
 #  endif
-   // typedef unsigned int   uint32_t;
+#  ifndef __CLANG__
+    typedef unsigned int   uint32_t;
+#  endif
    // typedef unsigned short uint16_t;
    // typedef unsigned char  uint8_t;
 # endif