IRLiteralVariableStore.st
changeset 37 be8c2dd09dff
parent 26 db19d89eef60
child 41 f3898a3b378d
equal deleted inserted replaced
36:1bfd09c6b3d8 37:be8c2dd09dff
    25 ! !
    25 ! !
    26 
    26 
    27 !IRLiteralVariableStore class methodsFor:'documentation'!
    27 !IRLiteralVariableStore class methodsFor:'documentation'!
    28 
    28 
    29 version
    29 version
    30     ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRLiteralVariableStore.st,v 1.3 2009/10/08 11:56:40 fm Exp $'
    30     ^ '$Id$'
    31 !
    31 !
    32 
    32 
    33 version_CVS
    33 version_CVS
    34     ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRLiteralVariableStore.st,v 1.3 2009/10/08 11:56:40 fm Exp $'
    34     ^ '§Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRLiteralVariableStore.st,v 1.3 2009/10/08 11:56:40 fm Exp §'
    35 !
    35 !
    36 
    36 
    37 version_SVN
    37 version_SVN
    38     ^ '$Id$'
    38     ^ '$Id::                                                                                                                        $'
    39 ! !
    39 ! !