[master] ceada65ea make it a bit more obvious which parameters are defined outside params.h

Nils Goroll nils.goroll at uplex.de
Sat Mar 7 10:55:09 UTC 2020


commit ceada65ea7bae8b7d0f3e66f1b4614d772929bd9
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sat Mar 7 11:53:46 2020 +0100

    make it a bit more obvious which parameters are defined outside params.h

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 16ab3d163..b75bc9c68 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1199,7 +1199,7 @@ PARAM(
 	"HTTP2 maximum size of an uncompressed header list."
 )
 
-#if 0
+#if 0 /* NOT ACTUALLY DEFINED HERE */
 /* actual location mgt_param_bits.c*/
 /* see tbl/debug_bits.h */
 PARAM(
@@ -1593,7 +1593,7 @@ PARAM(
 	"Use +/- prefix in front of VSL tag name to unmask/mask "
 	"individual VSL messages."
 )
-#endif
+#endif /* NOT ACTUALLY DEFINED HERE */
 
 #undef PARAM
 


More information about the varnish-commit mailing list