changed #compileToMachineCode:forClass:selector:inCategory:notifying:install:skipIfSame:silent:
authorClaus Gittinger <cg@exept.de>
Thu, 24 Jan 2008 15:16:30 +0100
changeset 2068 291852b5c0bd
parent 2067 6204fefb44a3
child 2069 a9e0605de40d
changed #compileToMachineCode:forClass:selector:inCategory:notifying:install:skipIfSame:silent:
STCCompilerInterface.st
--- a/STCCompilerInterface.st	Thu Jan 24 15:06:21 2008 +0100
+++ b/STCCompilerInterface.st	Thu Jan 24 15:16:30 2008 +0100
@@ -188,7 +188,6 @@
         self generateSTSource:aString.
         self setupCompilationCommandArguments.
         ok := self compileToC.
-self halt.
         ok ifTrue:[
             "/ now compile to machine code
             ok := self compileToObj.
@@ -738,7 +737,7 @@
 !STCCompilerInterface class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/STCCompilerInterface.st,v 1.9 2008-01-24 14:06:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/STCCompilerInterface.st,v 1.10 2008-01-24 14:16:30 cg Exp $'
 ! !
 
 STCCompilerInterface initialize!