CompiledCode.st
changeset 14423 10c643ab2647
parent 14255 a5b9d39ad244
child 14441 a002093030c3
--- a/CompiledCode.st	Tue Oct 23 15:04:22 2012 +0200
+++ b/CompiledCode.st	Tue Oct 23 15:38:10 2012 +0200
@@ -939,11 +939,11 @@
      With a normal send, this error cannot happen."
 
     ^ WrongNumberOfArgumentsError
-	raiseRequestWith:self
-	errorString:(' - %1 got %2 arg(s) where %3 expected'
-			bindWith:self class name
-			with:numArgsGiven
-			with:self numArgs)
+        raiseRequestWith:self
+        errorString:(' - %1 got %2 arg(s) where %3 expected'
+                        bindWith:self printString "/ self class name
+                        with:numArgsGiven
+                        with:self numArgs)
 
     "
      2 perform:#+
@@ -1859,11 +1859,11 @@
 !CompiledCode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.116 2012-07-26 14:05:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.117 2012-10-23 13:38:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.116 2012-07-26 14:05:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.117 2012-10-23 13:38:10 cg Exp $'
 !
 
 version_SVN