IRStackCount.st
changeset 23 377bc46cad12
parent 1 0dd36941955f
child 26 db19d89eef60
--- a/IRStackCount.st	Wed Aug 19 20:28:12 2009 +0000
+++ b/IRStackCount.st	Sun Dec 06 08:24:34 2009 +0000
@@ -1,4 +1,4 @@
-"{ Package: 'stx:goodies/newcompiler' }"
+"{ Package: 'cvut:stx/goodies/newcompiler' }"
 
 Object subclass:#IRStackCount
 	instanceVariableNames:'start position length'
@@ -121,5 +121,13 @@
 !IRStackCount class methodsFor:'documentation'!
 
 version
-    ^'$Id$'
+    ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRStackCount.st,v 1.3 2009/10/08 11:59:57 fm Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRStackCount.st,v 1.3 2009/10/08 11:59:57 fm Exp $'
+!
+
+version_SVN
+    ^'§Id: IRStackCount.st 13 2009-04-16 12:48:33Z vranyj1 §'
 ! !