This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Similiarly Perl_newHV() can become a mathom by making newHV() a
[perl5.git] / proto.h
diff --git a/proto.h b/proto.h
index 2642512..42b4131 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -1544,9 +1544,9 @@ PERL_CALLCONV OP* Perl_newHVREF(pTHX_ OP* o)
                        __attribute__warn_unused_result__
                        __attribute__nonnull__(pTHX_1);
 
-PERL_CALLCONV HV*      Perl_newHV(pTHX)
+/* PERL_CALLCONV HV*   Perl_newHV(pTHX)
                        __attribute__malloc__
-                       __attribute__warn_unused_result__;
+                       __attribute__warn_unused_result__; */
 
 PERL_CALLCONV HV*      Perl_newHVhv(pTHX_ HV* hv)
                        __attribute__malloc__