summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/pp.h b/pp.h
index 3df86632a9..3167591312 100644
--- a/pp.h
+++ b/pp.h
@@ -14,15 +14,11 @@
#define ARGS
#define dARGS
#endif /* USE_THREADS */
-#ifdef CAN_PROTOTYPE
#ifdef PERL_OBJECT
-#define PP(s) OP* CPerlObj::s _((ARGSproto))
+#define PP(s) OP * CPerlObj::s(ARGSproto)
#else
#define PP(s) OP * s(ARGSproto)
#endif
-#else /* CAN_PROTOTYPE */
-#define PP(s) OP* s(ARGS) dARGS
-#endif /* CAN_PROTOTYPE */
#define SP sp
#define MARK mark