Skip to content

Commit

Permalink
ITHREADS: pmregexp not defined in 5.8
Browse files Browse the repository at this point in the history
git-svn-id: http://perl-compiler.googlecode.com/svn/trunk@136 ed534f1a-1453-0410-ab30-dfc593a8b23c
  • Loading branch information
Reini Urban committed Dec 12, 2009
1 parent 80335aa commit fa1b408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C.xs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ my_runops(pTHX)
op->op_pmreplstart = NULL;
op->op_pmnext = NULL;
#endif
#if defined(USE_ITHREADS) && (PERL_VERSION > 8)
#if defined(USE_ITHREADS) && (PERL_VERSION > 7)
op->op_pmoffset = 0;
#else
op->op_pmregexp = 0;
Expand Down

0 comments on commit fa1b408

Please sign in to comment.