diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2002-04-26 00:41:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2002-04-26 00:41:39 +0000 |
commit | 7c436af33814ce716234caa65f470fe47c2a0efa (patch) | |
tree | e51dccce04c0b8b80a5b9b4734b273846081317e /regcomp.c | |
parent | 530b72baaecf6b4faf758663fc0fded0f4426004 (diff) | |
download | perl-7c436af33814ce716234caa65f470fe47c2a0efa.tar.gz |
various signed/unsigned mismatch nits
p4raw-id: //depot/perl@16173
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4775,7 +4775,6 @@ Perl_regprop(pTHX_ SV *sv, regnode *o) if (lv) { if (sw) { - UV i; U8 s[UTF8_MAXLEN+1]; for (i = 0; i <= 256; i++) { /* just the first 256 */ |