Changeset 14702 for dan

Show
Ignore:
Timestamp:
06/27/08 16:52:17 (5 months ago)
Author:
yappo
Message:

oops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dan/perl/Object-with/branches/yappo/with.xs

    r14698 r14702  
    2929void with_walkoptree_simple(pTHX_ OP *o, int is_leave) { 
    3030  if (o->op_type == OP_ENTERSUB) { 
    31     o->op_ppaddr = is_leave ? PL_ppaddr[PL_op->op_type] : with_entersub; 
     31    o->op_ppaddr = is_leave ? PL_ppaddr[o->op_type] : with_entersub; 
    3232  } 
    3333