diff options
author | Robin Barker <RMBarker@cpan.org> | 2005-07-28 15:05:51 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-07-28 13:03:09 +0000 |
commit | c3bdd8263d4f5196a25a1ba83d5d0e32a6ac2744 (patch) | |
tree | 4ab1ae40ba2c61368179c4a3ffd8dda493d923b9 /proto.h | |
parent | e91e3b10e63de8f75d881ff2701d550f199a5a25 (diff) | |
download | perl-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |