Changeset 14702
- Timestamp:
- 06/27/08 16:52:17 (5 years ago)
- Files:
-
- 1 modified
-
dan/perl/Object-with/branches/yappo/with.xs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dan/perl/Object-with/branches/yappo/with.xs
r14698 r14702 29 29 void with_walkoptree_simple(pTHX_ OP *o, int is_leave) { 30 30 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; 32 32 } 33 33
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)