diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 05:00:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 05:00:44 +0000 |
commit | 65f190625df5c430dbe5dc68ccef865b33839973 (patch) | |
tree | 7923365b9dfa49a2a2f8ec67abce9d09b32ad514 /patchlevel.h | |
parent | 68c887af8bbbe8aaa5d726ce35fbbb66c21b6301 (diff) | |
download | perl-65f190625df5c430dbe5dc68ccef865b33839973.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5570
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 0b8d9beeda..7da61f042c 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -68,7 +68,7 @@ applied different patches than you. */ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) -static char * __attribute__ ((unused)) local_patches[] = { +static char *local_patches[] = { NULL , "v5.6.0-RC1" ,NULL |