Skip to content

Commit

Permalink
cc_runtime.h: blk_eval.retop since 5.10
Browse files Browse the repository at this point in the history
git-svn-id: http://perl-compiler.googlecode.com/svn/trunk@1025 ed534f1a-1453-0410-ab30-dfc593a8b23c
  • Loading branch information
Reini Urban committed May 2, 2011
1 parent bd05468 commit c9648ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cc_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
} while(0)

/* Anyone using eval "" deserves this mess */
#if PERL_VERSION > 7
#if PERL_VERSION > 9

#define PP_EVAL(ppaddr, nxt) do { \
dJMPENV; \
Expand Down Expand Up @@ -83,7 +83,7 @@
} \
} STMT_END

#else /* perl-5.6 */
#else /* 5.6 and 5.8 */

#define PP_EVAL(ppaddr, nxt) do { \
dJMPENV; \
Expand Down

0 comments on commit c9648ba

Please sign in to comment.