DoubleArray.st
changeset 24333 e6d6a165972d
parent 24307 68d920e450f1
child 24434 a99ad18a4ace
--- a/DoubleArray.st	Tue Jun 11 03:27:44 2019 +0000
+++ b/DoubleArray.st	Tue Jun 11 10:48:05 2019 +0200
@@ -393,7 +393,7 @@
         for (__i=0; __i<__mySize; __i++) {
             union {
                 double f;
-                uint32_t ui32[2];
+                unsigned int32 ui32[2];
             } u;
             int exp;