summaryrefslogtreecommitdiff
path: root/doop.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-02-14 03:29:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-14 03:29:01 +0000
commit4aecb5b5cac31fffe9c189363ef05e3582c40547 (patch)
treee026e20d487e196724effdedec1034b10d1a5018 /doop.c
parentb1281dbe76784daea74f915549beb077eba27d37 (diff)
downloadperl-4aecb5b5cac31fffe9c189363ef05e3582c40547.tar.gz
More MacOS Classic fixes from Chris Nandor.
p4raw-id: //depot/perl@8805
Diffstat (limited to 'doop.c')
-rw-r--r--doop.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/doop.c b/doop.c
index 1495953955..a760a78de3 100644
--- a/doop.c
+++ b/doop.c
@@ -187,6 +187,10 @@ S_do_trans_complex(pTHX_ SV *sv)/* SPC - NOT OK */
d = s;
dstart = d;
+#ifdef MACOS_TRADITIONAL
+#define comp CoMP /* "comp" is a keyword in some compilers ... */
+#endif
+
if (PL_op->op_private & OPpTRANS_SQUASH) {
U8* p = send;
UV pch = 0xfeedface;