cvut_stx_goodies_newcompiler.st
changeset 34 4c372f8296b9
parent 32 326e2b5665e1
child 37 be8c2dd09dff
--- a/cvut_stx_goodies_newcompiler.st	Wed Apr 06 21:17:27 2011 +0000
+++ b/cvut_stx_goodies_newcompiler.st	Sat May 07 13:19:45 2011 +0000
@@ -41,14 +41,14 @@
     ^ #(
         "<className> or (<className> attributes...) in load order"
         IRBuilder
-        IRBuilderTest
+        (IRBuilderTest autoload)
         IRBytecodeGenerator
         IRFunction
         IRInstruction
         IRInterpreter
         IRSequence
         IRStackCount
-        IRTransformTest
+        (IRTransformTest autoload)
         #'cvut_stx_goodies_newcompiler'
         IRAccess
         IRClosure
@@ -128,7 +128,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'30'"$"
+    ^ "$SVN-Revision:"'34M'"$"
 ! !
 
 !cvut_stx_goodies_newcompiler class methodsFor:'documentation'!