Context.st
changeset 18364 a693511a7c46
parent 18297 e0881b40ff42
child 18366 a6e62e167c32
child 18406 eb1c585b6c9b
--- a/Context.st	Mon May 18 02:08:20 2015 +0200
+++ b/Context.st	Mon May 18 02:16:20 2015 +0200
@@ -1016,7 +1016,7 @@
 
     self receiverPrintString errorPrint. ' ' errorPrint. selector errorPrint.
     self numArgs ~~ 0 ifTrue: [
-        ' ' errorPrint. self argsDisplayString errorPrint
+	' ' errorPrint. self argsDisplayString errorPrint
     ].
     ' [' errorPrint. self lineNumber errorPrint. ']' errorPrintCR
 
@@ -1161,7 +1161,8 @@
 
 %{  /* NOCONTEXT */
 #ifdef __SCHTEAM__
-    ERROR("unimplemented");
+    return __c__.RESTART(self);
+    /* NOTREACHED */
 #else
     if (__INST(sender_) == nil) {
 	RETURN(nil);
@@ -2842,11 +2843,11 @@
 !Context class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.220 2015-04-27 17:06:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.221 2015-05-18 00:16:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.220 2015-04-27 17:06:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.221 2015-05-18 00:16:20 cg Exp $'
 !
 
 version_HG