summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2005-07-28 15:05:51 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-07-28 13:03:09 +0000
commitc3bdd8263d4f5196a25a1ba83d5d0e32a6ac2744 (patch)
tree4ab1ae40ba2c61368179c4a3ffd8dda493d923b9 /proto.h
parente91e3b10e63de8f75d881ff2701d550f199a5a25 (diff)
downloadperl-c3bdd8263d4f5196a25a1ba83d5d0e32a6ac2744.tar.gz
tidy up DieNull and DIE_NULL
Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk> p4raw-id: //depot/perl@25237
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index 522ee03fe2..ae9778a9b3 100644
--- a/proto.h
+++ b/proto.h
@@ -329,8 +329,7 @@ PERL_CALLCONV void Perl_deprecate_old(pTHX_ const char* s)
__attribute__nonnull__(pTHX_1);
PERL_CALLCONV OP* Perl_die(pTHX_ const char* pat, ...)
- __attribute__format__(__printf__,pTHX_1,pTHX_2)
- __attribute__nonnull__(pTHX_1);
+ __attribute__format__(__printf__,pTHX_1,pTHX_2);
PERL_CALLCONV OP* Perl_vdie(pTHX_ const char* pat, va_list* args);
PERL_CALLCONV OP* Perl_die_where(pTHX_ const char* message, STRLEN msglen)