ByteCodeCompiler.st
changeset 2046 d7b70e0bd07c
parent 1999 a22a49d0c362
child 2048 6872dc438e1a
--- a/ByteCodeCompiler.st	Thu Nov 08 17:00:54 2007 +0100
+++ b/ByteCodeCompiler.st	Mon Nov 19 19:45:16 2007 +0100
@@ -2862,6 +2862,7 @@
         hasErrorInMethodHeader := (self parseMethodSpec == #Error).
         hasErrorInMethodHeader ifTrue:[
             self parseError:'syntax error in method specification'.
+thisContext fullPrintAll.
             tree := #Error.
         ] ifFalse:[
             tree := self parseMethodBody.
@@ -3401,7 +3402,7 @@
 !ByteCodeCompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.248 2007-03-05 14:08:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.249 2007-11-19 18:45:16 cg Exp $'
 ! !
 
 ByteCodeCompiler initialize!