summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>1998-02-24 00:36:09 +0100
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-25 15:27:06 +0000
commit0fa190096f28eaa3c2a08a9aa7c333cd24617fd7 (patch)
tree740bac305fea94d9edfa4b4745e5fbf9c54ad3eb /pp.h
parent3238f5fe6293a28fd91d4f803f3a2df14d3a9498 (diff)
downloadperl-0fa190096f28eaa3c2a08a9aa7c333cd24617fd7.tar.gz
#ifdef CAN_PROTOTYPE cleanup
p4raw-id: //depot/perl@581
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pp.h b/pp.h
index ab4140c415..2209feeb9a 100644
--- a/pp.h
+++ b/pp.h
@@ -14,11 +14,7 @@
#define ARGS
#define dARGS
#endif /* USE_THREADS */
-#ifdef CAN_PROTOTYPE
#define PP(s) OP * s(ARGSproto)
-#else /* CAN_PROTOTYPE */
-#define PP(s) OP* s(ARGS) dARGS
-#endif /* CAN_PROTOTYPE */
#define SP sp
#define MARK mark