X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/88df5f01a6650d6895e7d3f03d1b340ca2506b05..9927527652fc4dfb3aba4dcf487b9b7684b9e942:/perlvars.h diff --git a/perlvars.h b/perlvars.h index aa724e8..7bafa40 100644 --- a/perlvars.h +++ b/perlvars.h @@ -97,7 +97,7 @@ PERLVAR(G, hints_mutex, perl_mutex) /* Mutex for refcounted he refcounting */ #endif #ifdef DEBUGGING -PERLVAR(G, watch_pvx, char *) +PERLVARI(G, watch_pvx, char *, NULL) #endif /*