In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0285a2509078d5299c24b8108feef4fec9232bf6?hp=551f9d97a74adb55882f5ce5672c5682fd80c0f6>
- Log ----------------------------------------------------------------- commit 0285a2509078d5299c24b8108feef4fec9232bf6 Author: David Mitchell <[email protected]> Date: Thu Nov 3 10:32:33 2016 +0000 fix hv.h build breakage The previous commit had a double closing comment (*/) ----------------------------------------------------------------------- Summary of changes: hv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hv.h b/hv.h index 55dd475..3a46ea3 100644 --- a/hv.h +++ b/hv.h @@ -50,7 +50,6 @@ struct hek { * dont work on aligned platforms like HPUX * Also beware, the last byte of the hek_key buffer is a * hidden flags byte about the key. */ - */ char hek_key[1]; /* variable-length hash key */ /* the hash-key is \0-terminated */ /* after the \0 there is a byte for flags, such as whether the key -- Perl5 Master Repository
