We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d60eb commit 0655b4fCopy full SHA for 0655b4f
scripts/mbedtls_dev/macro_collector.py
@@ -50,7 +50,7 @@ def is_internal_name(self, name):
50
return True
51
if '_CATEGORY_' in name:
52
53
- return name.endswith('_FLAG') or name.endswith('MASK')
+ return name.endswith('_FLAG') or name.endswith('_MASK')
54
55
# "#define" followed by a macro name with either no parameters
56
# or a single parameter and a non-empty expansion.
0 commit comments