Change 26753 by [EMAIL PROTECTED] on 2006/01/09 13:59:48
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.
Affected files ...
... //depot/perl/patchlevel.h#472 edit
Differences ...
==== //depot/perl/patchlevel.h#472 (text) ====
Index: perl/patchlevel.h
--- perl/patchlevel.h#471~26732~ 2006-01-08 11:53:11.000000000 -0800
+++ perl/patchlevel.h 2006-01-09 05:59:48.000000000 -0800
@@ -115,6 +115,10 @@
*/
+#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
End of Patch.