- Timestamp:
- 06/22/08 15:28:35 (5 months ago)
- Files:
-
- 1 modified
-
dan/perl/PL_check/trunk/hack.xs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dan/perl/PL_check/trunk/hack.xs
r14411 r14414 9 9 OP * next_hack_ppaddr(pTHX) { 10 10 PerlIO_printf(PerlIO_stderr(), "next_hack_ppaddr\n"); 11 return PL_ppaddr[OP_NEXT](aTHXR); 11 // return PL_op->op_next; // これやると next 無効化 (次のオペコードが評価される) 12 return PL_ppaddr[OP_NEXT](aTHXR); 12 13 } 13 14
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)