Change PAD_MAX to something a bit less FORTRAN-ish than 999999999.
authorNicholas Clark <nick@ccl4.org>
Thu, 28 Dec 2006 17:55:06 +0000 (17:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 28 Dec 2006 17:55:06 +0000 (17:55 +0000)
p4raw-id: //depot/perl@29628

pad.c

diff --git a/pad.c b/pad.c
index 4ff62e2..8f6b352 100644 (file)
--- a/pad.c
+++ b/pad.c
@@ -112,7 +112,7 @@ to be generated in evals, such as
 #include "keywords.h"
 
 
-#define PAD_MAX 999999999
+#define PAD_MAX IV_MAX
 
 #ifdef PERL_MAD
 void pad_peg(const char* s) {