VSEChunkFileSourceWriter.st
changeset 3763 0b71a3d86355
parent 3761 5a9e7a444864
child 3764 72c0b5c10608
--- a/VSEChunkFileSourceWriter.st	Thu Feb 05 16:01:52 2015 +0100
+++ b/VSEChunkFileSourceWriter.st	Thu Feb 05 17:19:59 2015 +0100
@@ -290,7 +290,7 @@
                             (Float implements:mthd selector) ifTrue:[
                                 skip := true.
                             ] ifFalse:[
-                                self halt:'save for Float instead of LPReal'.
+                                "/ self halt:'save for Float instead of LPReal'.
                                 targetClass := Float.
                             ].
                         ].
@@ -339,10 +339,10 @@
 !VSEChunkFileSourceWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.12 2015-02-05 14:10:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.13 2015-02-05 16:19:59 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.12 2015-02-05 14:10:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.13 2015-02-05 16:19:59 cg Exp $'
 ! !