diff -r e14dfb33936f -r db19d89eef60 extensions.st --- a/extensions.st Mon Dec 28 12:24:46 2009 +0000 +++ b/extensions.st Mon Dec 28 15:09:00 2009 +0000 @@ -1,4 +1,6 @@ +"$Id$" "{ Package: 'cvut:stx/goodies/newcompiler' }" + ! !ByteCodeCompiler methodsFor:'accessing'! @@ -10,7 +12,6 @@ "Created: / 03-11-2008 / 14:09:33 / Jan Vrany " ! ! - !Class methodsFor:'accessing'! binding @@ -19,7 +20,6 @@ "Created: / 11-06-2008 / 11:20:35 / Jan Vrany " ! ! - !Class methodsFor:'accessing'! bindingOf: classVarName @@ -28,4 +28,3 @@ "Created: / 11-06-2008 / 11:29:19 / Jan Vrany " ! ! -