This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #24940] "sub foo :unique" segfaults
authorDave Mitchell <davem@fdisolutions.com>
Tue, 20 Jan 2004 22:27:50 +0000 (22:27 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Tue, 20 Jan 2004 22:27:50 +0000 (22:27 +0000)
commit371fce9b46bb8a15ccc0f7dd533facec7830b379
tree4523c643c79fa85c5a7aa59a8de84c8c941f3959
parentf935b2f67f1c88a353de5d1c0f7792d9812d8f31
[perl #24940] "sub foo :unique" segfaults

Turn these two into compile-time errors until such time as
someone thinks of a useful meaning for them:
    my $x : unique
    sub foo : unique

p4raw-id: //depot/perl@22187
ext/threads/t/problems.t
pod/perldiag.pod
toke.c
xsutils.c