make CAT2() portable for use as a macro argument with an extra
[p5sagit/p5-mst-13.2.git] / cc_runtime.h
index 110b106..dbc7475 100644 (file)
@@ -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;                          \