VSEPackageFileSourceWriter.st
changeset 3770 6926a91bf40d
parent 3768 f5dd35b8248f
child 3781 40e218c6e5ff
--- a/VSEPackageFileSourceWriter.st	Fri Feb 06 14:03:46 2015 +0100
+++ b/VSEPackageFileSourceWriter.st	Fri Feb 06 14:03:49 2015 +0100
@@ -199,7 +199,7 @@
             ].
             "/ self halt:'save for Float instead of LPReal'.
             mclass := mclass isMeta ifTrue:[Float class] ifFalse:[Float].
-            Transcript showCR:'- moved extension method to Float'.
+            Transcript showCR:'- moved extension method from LimitedPrecisionReal to Float'.
         ].
         aStream nextPutAll:'MethodDefinition ',(self rewrittenClassNameOf:mclass theNonMetaclass).
     ] ifFalse:[
@@ -380,10 +380,10 @@
 !VSEPackageFileSourceWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEPackageFileSourceWriter.st,v 1.15 2015-02-06 13:01:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEPackageFileSourceWriter.st,v 1.16 2015-02-06 13:03:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEPackageFileSourceWriter.st,v 1.15 2015-02-06 13:01:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEPackageFileSourceWriter.st,v 1.16 2015-02-06 13:03:49 cg Exp $'
 ! !