*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 24 Mar 2019 21:22:45 +0100
changeset 4904 9131ab1c257b
parent 4903 ff54fc968f34
child 4905 dc9731862841
*** empty log message ***
CRC32Stream.st
--- a/CRC32Stream.st	Sun Mar 24 20:23:56 2019 +0100
+++ b/CRC32Stream.st	Sun Mar 24 21:22:45 2019 +0100
@@ -45,9 +45,9 @@
 #  endif
 #  ifndef __CLANG__
     typedef unsigned int   uint32_t;
+    typedef unsigned short uint16_t;
+    typedef unsigned char  uint8_t;
 #  endif
-   // typedef unsigned short uint16_t;
-   // typedef unsigned char  uint8_t;
 # endif
 
 # ifdef HAS_CRC