This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use sizeof instead of hard-coded array size
authorKarl Williamson <khw@khw-desktop.(none)>
Thu, 14 Jan 2010 23:02:14 +0000 (16:02 -0700)
committerCraig A. Berry <craigberry@mac.com>
Sat, 29 May 2010 15:40:17 +0000 (10:40 -0500)
commit525aa6214fa98872c8e7604a6b63bd6c7914f3a4
tree6a8986c7a7a2e01e57539568254d7d0203631cf5
parent22c985d500f518cdb601db921ea5b3edaa6c4ae6
Use sizeof instead of hard-coded array size

The array should be declared with its actual size.
universal.c