aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/analyzer/annotations.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/analyzer/annotations.html b/www/analyzer/annotations.html
index a08573a4c1..4308fa4ffc 100644
--- a/www/analyzer/annotations.html
+++ b/www/analyzer/annotations.html
@@ -368,7 +368,8 @@ its availability, as it is not available in earlier versions of the analyzer:</p
#endif
#ifndef NS_CONSUMES_SELF
-<span class="code_highlight">#if __has_feature((attribute_ns_consumes_self))</span>
+#if __has_feature((attribute_ns_consumes_self))
+<span class="code_highlight">#define NS_CONSUMES_SELF __attribute__((ns_consumes_self))</span>
#else
#define NS_CONSUMES_SELF
#endif