Restore hardcoded PERL_PATCHNUM removed in change 26672.
Gisle Aas [Mon, 9 Jan 2006 13:59:48 +0000 (13:59 +0000)]
This is actually needed for the current Configure logic
to pick up the real patchnum from the .patch file.

p4raw-id: //depot/perl@26753

patchlevel.h

index 0950cbc..d11bba1 100644 (file)
@@ -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