diff options
author | 2014-03-24 14:58:42 +0000 | |
---|---|---|
committer | 2014-03-24 14:58:42 +0000 | |
commit | 91f110e064cd7c194e59e019b83bb7496c1c84d4 (patch) | |
tree | 3e8e577405dba7e94b43cbf21c22f21aaa5ab949 /gnu/usr.bin/perl/overload.c | |
parent | do not call purge_task every 10 secs, it is only needed once at startup and (diff) | |
download | wireguard-openbsd-91f110e064cd7c194e59e019b83bb7496c1c84d4.tar.xz wireguard-openbsd-91f110e064cd7c194e59e019b83bb7496c1c84d4.zip |
Import perl-5.18.2
OK espie@ sthen@ deraadt@
Diffstat (limited to 'gnu/usr.bin/perl/overload.c')
-rw-r--r-- | gnu/usr.bin/perl/overload.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/overload.c b/gnu/usr.bin/perl/overload.c index 91e2d20bb4a..cd28df4c936 100644 --- a/gnu/usr.bin/perl/overload.c +++ b/gnu/usr.bin/perl/overload.c @@ -84,8 +84,7 @@ static const U8 PL_AMG_namelens[NofAMmeth] = { 3, 3, 3, - 3, - 7 + 3 }; static const char * const PL_AMG_names[NofAMmeth] = { @@ -161,8 +160,7 @@ static const char * const PL_AMG_names[NofAMmeth] = { "(.=", /* concat_ass */ "(~~", /* smart */ "(-X", /* ftest */ - "(qr", /* regexp */ - "DESTROY" + "(qr" }; /* ex: set ro: */ |