IRStackCount.st
changeset 42 acdc3ec6d152
parent 41 f3898a3b378d
child 43 c8afb8e4c3cc
--- a/IRStackCount.st	Thu Oct 30 21:43:54 2014 +0000
+++ b/IRStackCount.st	Thu Oct 30 22:18:24 2014 +0000
@@ -4,7 +4,7 @@
 	instanceVariableNames:'start position length'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'NewCompiler-Bytecode'
+	category:'IR Compiler-Bytecode'
 !
 
 IRStackCount comment:'This keeps track of the stack count for the BytecodeGenerator.'
@@ -121,13 +121,14 @@
 !IRStackCount class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$eader: /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 '
+    ^ '$eader: /cvs/stx/cvut/stx/goodies/newcompiler/IRStackCount.st,v 1.3 2009/10/08 11:59:57 fm Exp$'
 !
 
 version_SVN
     ^ '$Id::                                                                                                                        $'
 ! !
+