summaryrefslogtreecommitdiff
path: root/perl.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 /perl.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 'perl.h')
-rw-r--r--perl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl.h b/perl.h
index 73979b6bf9..8d5ac67128 100644
--- a/perl.h
+++ b/perl.h
@@ -2727,10 +2727,6 @@ typedef pthread_key_t perl_key;
# define UVf UVuf
#endif
-#ifndef DieNull
-# define DieNull Perl_vdie(aTHX_ Nullch, Null(va_list *))
-#endif
-
#ifdef HASATTRIBUTE_FORMAT
# define __attribute__format__(x,y,z) __attribute__((format(x,y,z)))
#endif