summaryrefslogtreecommitdiff
path: root/cc_runtime.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-17 20:43:27 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-17 20:43:27 +0000
commit0a574d6e232d3c652ebdcf1bd17c739c4373b905 (patch)
treec055b303db6be4f8ebe7da89a6745628d382b16f /cc_runtime.h
parent014aafb8a06f901623bd13c6c881fb238a5469d1 (diff)
downloadperl-0a574d6e232d3c652ebdcf1bd17c739c4373b905.tar.gz
make CC.pm use a distinct CCPP() macro rather than PP()
(suggested by Vishal Bhatia <vishalb@my-deja.com>) p4raw-id: //depot/perl@3687
Diffstat (limited to 'cc_runtime.h')
-rw-r--r--cc_runtime.h1
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; \