From: Perl 5 Porters Date: Sun, 7 Jul 1996 07:12:50 +0000 (+0000) Subject: perl 5.003_01: patchlevel.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b33f1439069220297f71a66e6e295d6acb4a3e19;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_01: patchlevel.h Update SUBVERSION Hide LOCAL_PATCH_COUNT from metaconfig --- diff --git a/patchlevel.h b/patchlevel.h index 5d4b324..8aac931 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,5 +1,5 @@ #define PATCHLEVEL 3 -#define SUBVERSION 0 +#define SUBVERSION 1 /* local_patches -- list of locally applied less-than-subversion patches. @@ -41,5 +41,6 @@ static char *local_patches[] = { ,NULL }; -#define LOCAL_PATCH_COUNT \ +/* Initial space prevents this variable from being inserted in config.sh */ +# define LOCAL_PATCH_COUNT \ (sizeof(local_patches)/sizeof(local_patches[0])-2)