diff options
Diffstat (limited to 'gnu/usr.bin/perl/reentr.c')
-rw-r--r-- | gnu/usr.bin/perl/reentr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/reentr.c b/gnu/usr.bin/perl/reentr.c index e7e2b24746b..31b933c2296 100644 --- a/gnu/usr.bin/perl/reentr.c +++ b/gnu/usr.bin/perl/reentr.c @@ -300,10 +300,10 @@ Perl_reentrant_free(pTHX) { void* Perl_reentrant_retry(const char *f, ...) { - dTHX; void *retptr = NULL; va_list ap; #ifdef USE_REENTRANT_API + dTHX; /* Easier to special case this here than in embed.pl. (Look at what it generates for proto.h) */ PERL_ARGS_ASSERT_REENTRANT_RETRY; |