This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
551f9d9
)
fix hv.h build breakage
author
David Mitchell
<davem@iabyn.com>
Thu, 3 Nov 2016 10:32:33 +0000
(10:32 +0000)
committer
David Mitchell
<davem@iabyn.com>
Thu, 3 Nov 2016 10:32:33 +0000
(10:32 +0000)
The previous commit had a double closing comment (*/)
hv.h
patch
|
blob
|
blame
|
history
diff --git
a/hv.h
b/hv.h
index
55dd475
..
3a46ea3
100644
(file)
--- 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