diff -r c99f058e2276 -r f3898a3b378d IRLiteralVariableStore.st --- a/IRLiteralVariableStore.st Mon Oct 29 10:41:23 2012 +0000 +++ b/IRLiteralVariableStore.st Thu Oct 30 21:43:54 2014 +0000 @@ -1,4 +1,4 @@ -"{ Package: 'cvut:stx/goodies/newcompiler' }" +"{ Package: 'ctu:ircompiler' }" IRLiteralVariableAccess subclass:#IRLiteralVariableStore instanceVariableNames:'' @@ -31,7 +31,7 @@ ! version_CVS - ^ '§Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRLiteralVariableStore.st,v 1.3 2009/10/08 11:56:40 fm Exp §' + ^ 'Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRLiteralVariableStore.st,v 1.3 2009/10/08 11:56:40 fm Exp ' ! version_SVN