compiler/PPCPluggableConfiguration.st
changeset 529 439c4057517f
parent 452 9f4558b3be66
child 534 a949c4fe44df
equal deleted inserted replaced
528:ebfddc82b8bb 529:439c4057517f
    22         yourself
    22         yourself
    23 ! !
    23 ! !
    24 
    24 
    25 !PPCPluggableConfiguration methodsFor:'as yet unclassified'!
    25 !PPCPluggableConfiguration methodsFor:'as yet unclassified'!
    26 
    26 
    27 arguments: args
    27 options: args
    28     ^ base arguments: args
    28     ^ base options: args
    29 !
    29 !
    30 
    30 
    31 base: aPPCConfiguration
    31 base: aPPCConfiguration
    32     base := aPPCConfiguration
    32     base := aPPCConfiguration
    33 !
    33 !