VarArgBlock.st
changeset 13752 e3a3e70985c1
parent 8890 9e9df761477e
child 15093 e79aeb6f6766
child 18011 deb0c3355881
--- a/VarArgBlock.st	Thu Sep 29 13:19:50 2011 +0200
+++ b/VarArgBlock.st	Thu Sep 29 13:19:59 2011 +0200
@@ -9,9 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libbasic' }"
 
 Block variableSubclass:#VarArgBlock
@@ -240,7 +237,7 @@
 !VarArgBlock class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/VarArgBlock.st,v 1.6 2005-06-16 14:49:37 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/VarArgBlock.st,v 1.7 2011-09-29 11:19:59 cg Exp $'
 ! !
 
 VarArgBlock initialize!