diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-08-19 00:17:01 +0100 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-20 14:07:56 +0000 |
commit | 46187eeb6d9336144ec364973ed57177c89816cf (patch) | |
tree | 476bf6483bf8a7a30003c193ed84a916e42af83c /perl.c | |
parent | 30e7fb8a3219c29103ee46480c5ed6162f1ce92b (diff) | |
download | perl-46187eeb6d9336144ec364973ed57177c89816cf.tar.gz |
Clean up copy-on-write macros and debug facilities (new flag 'C').
Handle CoW in hashes:
Subject: Re: why would tr/// be performing hash copies?
Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@17740
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2338,7 +2338,7 @@ Perl_moreswitches(pTHX_ char *s) forbid_setid("-D"); if (isALPHA(s[1])) { /* if adding extra options, remember to update DEBUG_MASK */ - static char debopts[] = "psltocPmfrxuLHXDSTRJv"; + static char debopts[] = "psltocPmfrxuLHXDSTRJvC"; char *d; for (s++; *s && (d = strchr(debopts,*s)); s++) |