#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 21 Jun 2017 09:37:56 +0200
changeset 21876 52fb77cd4093
parent 21875 aaf7afa7bb0f
child 21877 3dd1362bd049
#DOCUMENTATION by cg class: Float class changed: #fromIEEE64Bit:
Float.st
--- a/Float.st	Wed Jun 21 09:37:11 2017 +0200
+++ b/Float.st	Wed Jun 21 09:37:56 2017 +0200
@@ -393,7 +393,7 @@
 
 %{  /* NOCONTEXT */
 #ifndef __SCHTEAM__
-    int  __unsignedLong64IntVal(OBJ, __uint64__*);
+    extern int __unsignedLong64IntVal(OBJ o, __uint64__ *pI);
 
     REGISTER union {
         __uint64__  u64;
@@ -411,7 +411,7 @@
         Float fromIEEE64Bit:((Float pi digitBytesMSB:true) asIntegerMSB:true)
     "
 
-    "Modified (comment): / 21-06-2017 / 09:37:02 / cg"
+    "Modified: / 21-06-2017 / 09:37:47 / cg"
 !
 
 fromInteger:anInteger