X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=doop.c;h=5cce7edeb963fecf18556bc7a094810df4b3260b;hb=1ff5bc37303d3f603211be08e5e01dac62fcfa6c;hp=c08f84e84719e5ef788c2b46ba523503e90464f3;hpb=8c8eee8276dbc780932b841fe5183943a7117a3d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/doop.c b/doop.c index c08f84e..5cce7ed 100644 --- a/doop.c +++ b/doop.c @@ -1,7 +1,7 @@ /* doop.c * * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - * 2001, 2002, 2004, 2005, 2006, 2007, 2008, by Larry Wall and others + * 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -203,10 +203,6 @@ S_do_trans_complex(pTHX_ SV * const sv) if (complement && !del) rlen = tbl[0x100]; -#ifdef MACOS_TRADITIONAL -#define comp CoMP /* "comp" is a keyword in some compilers ... */ -#endif - if (PL_op->op_private & OPpTRANS_SQUASH) { UV pch = 0xfeedface; while (s < send) {