Author: Whiteknight Date: Mon Jan 12 17:30:04 2009 New Revision: 35473 Modified: branches/removing_stm/config/auto/pmc.pm branches/removing_stm/t/pmc/pmc.t
Log: [remove_stm] remove some more STM references from perl code Modified: branches/removing_stm/config/auto/pmc.pm ============================================================================== --- branches/removing_stm/config/auto/pmc.pm (original) +++ branches/removing_stm/config/auto/pmc.pm Mon Jan 12 17:30:04 2009 @@ -173,7 +173,6 @@ lib/Parrot/Pmc2c/PMC/Null.pm \\ lib/Parrot/Pmc2c/PMC/Ref.pm \\ lib/Parrot/Pmc2c/PMC/SharedRef.pm \\ - lib/Parrot/Pmc2c/PMC/STMRef.pm \\ lib/Parrot/Pmc2c/PMC/RO.pm END Modified: branches/removing_stm/t/pmc/pmc.t ============================================================================== --- branches/removing_stm/t/pmc/pmc.t (original) +++ branches/removing_stm/t/pmc/pmc.t Mon Jan 12 17:30:04 2009 @@ -49,7 +49,7 @@ my $checkTypes; my %types_we_cant_test = map { $_ => 1; } ( # These require initializers. - qw(Null Iterator Enumerate Ref STMRef SharedRef + qw(Null Iterator Enumerate Ref SharedRef ParrotObject ParrotThread deleg_pmc BigInt LexInfo LexPad Slice Object),