IRLine.st
changeset 23 377bc46cad12
parent 6 49a61123c743
child 26 db19d89eef60
--- a/IRLine.st	Wed Aug 19 20:28:12 2009 +0000
+++ b/IRLine.st	Sun Dec 06 08:24:34 2009 +0000
@@ -1,4 +1,4 @@
-"{ Package: 'stx:goodies/newcompiler' }"
+"{ Package: 'cvut:stx/goodies/newcompiler' }"
 
 IRInstruction subclass:#IRLine
 	instanceVariableNames:'line'
@@ -34,5 +34,13 @@
 !IRLine class methodsFor:'documentation'!
 
 version
-    ^'$Id$'
+    ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRLine.st,v 1.3 2009/10/08 12:03:44 fm Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRLine.st,v 1.3 2009/10/08 12:03:44 fm Exp $'
+!
+
+version_SVN
+    ^'§Id: IRLine.st 7 2008-12-02 08:14:54Z vranyj1 §'
 ! !