summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/stable_abi.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/scripts/stable_abi.py')
-rwxr-xr-xTools/scripts/stable_abi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/stable_abi.py b/Tools/scripts/stable_abi.py
index 0179f3c..04b1f78 100755
--- a/Tools/scripts/stable_abi.py
+++ b/Tools/scripts/stable_abi.py
@@ -174,6 +174,7 @@ def parse_manifest(file):
parent.abi_only = True
else:
raise_error(f"unknown kind {kind!r}")
+ # When adding more, update the comment in stable_abi.txt.
levels.append((entry, level))
return manifest