Block.st
changeset 11822 9253f9960566
parent 11803 1f0585980edf
child 11934 6b5edbb34ad3
--- a/Block.st	Thu Jul 30 12:31:04 2009 +0200
+++ b/Block.st	Thu Jul 30 12:31:35 2009 +0200
@@ -370,6 +370,7 @@
     "Modified: 23.4.1996 / 15:55:58 / cg"
 ! !
 
+
 !Block methodsFor:'Compatibility-ANSI'!
 
 argumentCount
@@ -542,7 +543,6 @@
     "Created: 15.11.1996 / 11:38:37 / cg"
 ! !
 
-
 !Block methodsFor:'accessing'!
 
 home
@@ -2826,7 +2826,7 @@
 !Block class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.167 2009-07-22 10:01:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.168 2009-07-30 10:31:35 cg Exp $'
 ! !
 
 Block initialize!