IRInstVarStore.st
changeset 23 377bc46cad12
parent 8 203df4f28793
child 26 db19d89eef60
equal deleted inserted replaced
22:6d3c5fd122e3 23:377bc46cad12
     1 "{ Package: 'stx:goodies/newcompiler' }"
     1 "{ Package: 'cvut:stx/goodies/newcompiler' }"
     2 
     2 
     3 IRInstVarAccess subclass:#IRInstVarStore
     3 IRInstVarAccess subclass:#IRInstVarStore
     4 	instanceVariableNames:''
     4 	instanceVariableNames:''
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
    31 ! !
    31 ! !
    32 
    32 
    33 !IRInstVarStore class methodsFor:'documentation'!
    33 !IRInstVarStore class methodsFor:'documentation'!
    34 
    34 
    35 version
    35 version
    36     ^'$Id$'
    36     ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRInstVarStore.st,v 1.3 2009/10/08 11:59:32 fm Exp $'
       
    37 !
       
    38 
       
    39 version_CVS
       
    40     ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRInstVarStore.st,v 1.3 2009/10/08 11:59:32 fm Exp $'
       
    41 !
       
    42 
       
    43 version_SVN
       
    44     ^'§Id: IRInstVarStore.st 13 2009-04-16 12:48:33Z vranyj1 §'
    37 ! !
    45 ! !