This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix hv.h build breakage
authorDavid Mitchell <davem@iabyn.com>
Thu, 3 Nov 2016 10:32:33 +0000 (10:32 +0000)
committerDavid 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

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