diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-07 07:12:50 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-07-07 07:12:50 +0000 |
commit | b33f1439069220297f71a66e6e295d6acb4a3e19 (patch) | |
tree | 2b2c6d4b6691a4bdc1890b9249d25d0a55fe0fe7 /patchlevel.h | |
parent | 4ea6d94f598cacad595039c3170c59188b472f42 (diff) | |
download | perl-b33f1439069220297f71a66e6e295d6acb4a3e19.tar.gz |
perl 5.003_01: patchlevel.h
Update SUBVERSION
Hide LOCAL_PATCH_COUNT from metaconfig
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h index 5d4b324d7e..8aac9310d3 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) |