diff options
Diffstat (limited to 'cc_runtime.h')
-rw-r--r-- | cc_runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc_runtime.h b/cc_runtime.h index 110b106d7d..dbc7475774 100644 --- a/cc_runtime.h +++ b/cc_runtime.h @@ -1,4 +1,5 @@ #define DOOP(ppname) PUTBACK; PL_op = ppname(aTHX); SPAGAIN +#define CCPP(s) OP * s(pTHX) #define PP_LIST(g) do { \ dMARK; \ |