X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/5c64bffd0d9c35e88b9ac48fc997977163abcc50..76e83594d2dcdafebec9fa1f382117ae098011f3:/perlvars.h?ds=sidebyside 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 /*