*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 18 Jan 2007 21:21:09 +0100
changeset 10337 523291d40302
parent 10336 ca2e0bfd277b
child 10338 57e9f40c8ae8
*** empty log message ***
LongFloat.st
--- a/LongFloat.st	Thu Jan 18 09:44:13 2007 +0100
+++ b/LongFloat.st	Thu Jan 18 21:21:09 2007 +0100
@@ -166,7 +166,7 @@
 #endif
 
 struct __longfloatstruct {
-	HEADER
+	STX_OBJ_HEADER
 #ifdef __NEED_DOUBLE_ALIGN
 	__FILLTYPE_DOUBLE       f_filler;
 #endif
@@ -2522,7 +2522,7 @@
 !LongFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LongFloat.st,v 1.59 2007-01-16 15:03:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LongFloat.st,v 1.60 2007-01-18 20:21:09 cg Exp $'
 ! !
 
 LongFloat initialize!