summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorGisle Aas <gisle@activestate.com>2006-01-09 13:59:48 +0000
committerGisle Aas <gisle@activestate.com>2006-01-09 13:59:48 +0000
commit408fd5c4e2ad1a9746e75d8539260fee3931d832 (patch)
tree49a07bec4ab5bf1d4692fe161e8ba76a709427e3 /patchlevel.h
parent04f98b2924420f2d5dda20af9ff8971605fd60d2 (diff)
downloadperl-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.h4
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