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