projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8e11fee
)
Silence a warning
Rafael Garcia-Suarez [Mon, 29 May 2006 13:10:45 +0000 (13:10 +0000)]
p4raw-id: //depot/perl@28327
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
8f21f8e
..
10b21d1
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-4869,7
+4869,7
@@
STATIC regnode *
S_regclass(pTHX_ RExC_state_t *pRExC_state, U32 depth)
{
dVAR;
- register UV value;
+ register UV value = 0;
register UV nextvalue;
register IV prevvalue = OOB_UNICODE;
register IV range = 0;