This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reverse 'const static' to avoid 'old-style-declaration' warning.
[perl5.git] / perlvars.h
index aa724e8..7bafa40 100644 (file)
@@ -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
 
 /*