Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
rm cargo-cultism
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Sep 23, 2010
1 parent d93573a commit b29e5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pragma.xs
Expand Up @@ -245,7 +245,7 @@ STATIC OP * devel_pragma_require(pTHX) {
dXCPT; /* set up variables for try/catch */

XCPT_TRY_START {
o = CALL_FPTR(annotation->op_ppaddr)(aTHX);
o = annotation->op_ppaddr(aTHX);
} XCPT_TRY_END

XCPT_CATCH {
Expand Down Expand Up @@ -276,7 +276,7 @@ STATIC OP * devel_pragma_require(pTHX) {
return o;

done:
return CALL_FPTR(annotation->op_ppaddr)(aTHX);
return annotation->op_ppaddr(aTHX);
}

STATIC void devel_pragma_enter(pTHX) {
Expand Down

0 comments on commit b29e5d6

Please sign in to comment.