projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
70136de
)
Change PAD_MAX to something a bit less FORTRAN-ish than 999999999.
Nicholas Clark [Thu, 28 Dec 2006 17:55:06 +0000 (17:55 +0000)]
p4raw-id: //depot/perl@29628
pad.c
patch
|
blob
|
blame
|
history
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) {