diff options
Diffstat (limited to 'conform/linknamespace.py')
-rw-r--r-- | conform/linknamespace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/linknamespace.py b/conform/linknamespace.py index 87cd17b1ce..1d27e4cfba 100644 --- a/conform/linknamespace.py +++ b/conform/linknamespace.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Check that use of symbols declared in a given header does not result # in any symbols being brought in that are not reserved with external # linkage for the given standard. |