IRJumpIf.st
changeset 41 f3898a3b378d
parent 37 be8c2dd09dff
child 42 acdc3ec6d152
--- a/IRJumpIf.st	Mon Oct 29 10:41:23 2012 +0000
+++ b/IRJumpIf.st	Thu Oct 30 21:43:54 2014 +0000
@@ -1,4 +1,4 @@
-"{ Package: 'cvut:stx/goodies/newcompiler' }"
+"{ Package: 'ctu:ircompiler' }"
 
 IRJump subclass:#IRJumpIf
 	instanceVariableNames:'boolean otherwise'
@@ -65,7 +65,7 @@
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRJumpIf.st,v 1.3 2009/10/08 12:05:24 fm Exp §'
+    ^ 'Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRJumpIf.st,v 1.3 2009/10/08 12:05:24 fm Exp '
 !
 
 version_SVN