diff options
author | Gisle Aas <gisle@activestate.com> | 2006-01-09 13:59:48 +0000 |
---|---|---|
committer | Gisle Aas <gisle@activestate.com> | 2006-01-09 13:59:48 +0000 |
commit | 408fd5c4e2ad1a9746e75d8539260fee3931d832 (patch) | |
tree | 49a07bec4ab5bf1d4692fe161e8ba76a709427e3 /patchlevel.h | |
parent | 04f98b2924420f2d5dda20af9ff8971605fd60d2 (diff) | |
download | perl-408fd5c4e2ad1a9746e75d8539260fee3931d832.tar.gz |
Restore hardcoded PERL_PATCHNUM removed in change 26672.
This is actually needed for the current Configure logic
to pick up the real patchnum from the .patch file.
p4raw-id: //depot/perl@26753
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patchlevel.h b/patchlevel.h index 0950cbcd0d..d11bba111c 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -115,6 +115,10 @@ hunk. */ +#ifndef PERL_PATCHNUM +#define PERL_PATCHNUM 24148 +#endif + #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static const char * const local_patches[] = { NULL |