[6.0] 9ce61daf2 Flexelinting

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 18 16:40:07 UTC 2023


commit 9ce61daf266822ea19dcebf5ab9452815614ce87
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Oct 17 14:35:22 2023 +0000

    Flexelinting

diff --git a/bin/varnishd/http2/cache_http2.h b/bin/varnishd/http2/cache_http2.h
index 80e8a165d..8fa1da610 100644
--- a/bin/varnishd/http2/cache_http2.h
+++ b/bin/varnishd/http2/cache_http2.h
@@ -47,6 +47,7 @@ struct h2_error_s {
 
 typedef const struct h2_error_s *h2_error;
 
+#define H2_CUSTOM_ERRORS
 #define H2EC1(U,v,r,d) extern const struct h2_error_s H2CE_##U[1];
 #define H2EC2(U,v,r,d) extern const struct h2_error_s H2SE_##U[1];
 #define H2EC3(U,v,r,d) H2EC1(U,v,r,d) H2EC2(U,v,r,d)


More information about the varnish-commit mailing list