This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simplify win32/makefile.mk for static extensions with GCC
[perl5.git] / patchlevel.h
index aea4c2f..86b87be 100644 (file)
@@ -118,9 +118,9 @@ hunk.
 
 
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
-static const char *local_patches[] = {
+static const char * const local_patches[] = {
        NULL
-       ,'DEVEL24148'
+       ,"DEVEL24148"
        ,NULL
 };