projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a48f8c7
)
avoid reliance on croak() prototype
author
Hugo van der Sanden
<hv@crypt.org>
Sun, 3 Nov 2002 13:20:50 +0000
(13:20 +0000)
committer
hv
<hv@crypt.org>
Sun, 3 Nov 2002 13:20:50 +0000
(13:20 +0000)
p4raw-id: //depot/perl@18078
lib/warnings.pm
patch
|
blob
|
history
diff --git
a/lib/warnings.pm
b/lib/warnings.pm
index
8aa7748
..
0400a17
100644
(file)
--- a/
lib/warnings.pm
+++ b/
lib/warnings.pm
@@
-291,7
+291,7
@@
$All = "" ; vec($All, $Offsets{'all'}, 2) = 3 ;
sub Croaker
{
delete $Carp::CarpInternal{'warnings'};
- croak
@_
;
+ croak
(@_)
;
}
sub bits