diff -r 666372dbe307 -r a949c4fe44df compiler/PPCPluggableConfiguration.st --- a/compiler/PPCPluggableConfiguration.st Wed Aug 26 23:34:48 2015 +0100 +++ b/compiler/PPCPluggableConfiguration.st Sat Aug 29 07:56:14 2015 +0100 @@ -24,10 +24,6 @@ !PPCPluggableConfiguration methodsFor:'as yet unclassified'! -options: args - ^ base options: args -! - base: aPPCConfiguration base := aPPCConfiguration ! @@ -48,5 +44,11 @@ invokePhases ^ block value: base +! + +options: args + ^ base context options: args + + "Modified: / 28-08-2015 / 14:19:09 / Jan Vrany " ! !