projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
69df4ab
)
Make -DFORMAT_CHECK compile with threads.
Nicholas Clark [Mon, 4 Apr 2005 20:53:42 +0000 (20:53 +0000)]
p4raw-id: //depot/perl@24151
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
0d87fb5
..
fe62755
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-2418,7
+2418,7
@@
typedef pthread_key_t perl_key;
#ifndef DieNull
# ifdef CHECK_FORMAT
-# define DieNull vdie(aTHX_ Nullch, Null(va_list *))
+# define DieNull Perl_vdie(aTHX_ Nullch, Null(va_list *))
# else
# define DieNull Perl_die(aTHX_ Nullch)
# endif