IRStackCount.st
changeset 41 f3898a3b378d
parent 37 be8c2dd09dff
child 42 acdc3ec6d152
equal deleted inserted replaced
40:c99f058e2276 41:f3898a3b378d
     1 "{ Package: 'cvut:stx/goodies/newcompiler' }"
     1 "{ Package: 'ctu:ircompiler' }"
     2 
     2 
     3 Object subclass:#IRStackCount
     3 Object subclass:#IRStackCount
     4 	instanceVariableNames:'start position length'
     4 	instanceVariableNames:'start position length'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
   123 version
   123 version
   124     ^ '$Id$'
   124     ^ '$Id$'
   125 !
   125 !
   126 
   126 
   127 version_CVS
   127 version_CVS
   128     ^ '§Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRStackCount.st,v 1.3 2009/10/08 11:59:57 fm Exp §'
   128     ^ 'Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRStackCount.st,v 1.3 2009/10/08 11:59:57 fm Exp '
   129 !
   129 !
   130 
   130 
   131 version_SVN
   131 version_SVN
   132     ^ '$Id::                                                                                                                        $'
   132     ^ '$Id::                                                                                                                        $'
   133 ! !
   133 ! !