This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
char is not a good type to use for array indexes;
authorJerry D. Hedden <jdhedden@cpan.org>
Sat, 30 Jun 2007 16:34:06 +0000 (12:34 -0400)
committerYves Orton <demerphq@gmail.com>
Sun, 1 Jul 2007 12:03:35 +0000 (12:03 +0000)
commit39aa8307f3f2358b81eed6e9cadcba8c05567eec
tree95921c6a37fed6918959780a93fe56befe989d45
parentc97ef8417f706238c83b6a3db825b056f5467926
char is not a good type to use for array indexes;
should have been U8 in the first place.

Originally noticed by Jerry Hedden in
Subject: [PATCH] Compiler warning in regcomp.c
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706301334t337903a0k46abc6d2d25c68a5@mail.gmail.com>

p4raw-id: //depot/perl@31510
regcomp.c