| Index: tools/check-name-clashes.py
|
| diff --git a/tools/check-name-clashes.py b/tools/check-name-clashes.py
|
| index 01727540902ac54a9b5da4eab9dafb059caa223b..89a7dee7a163cc1ca70c28f71b7d0b409cb97b13 100755
|
| --- a/tools/check-name-clashes.py
|
| +++ b/tools/check-name-clashes.py
|
| @@ -8,7 +8,7 @@ import os
|
| import re
|
| import sys
|
|
|
| -FILENAME = "src/runtime.h"
|
| +FILENAME = "src/runtime/runtime.h"
|
| LISTHEAD = re.compile(r"#define\s+(\w+LIST\w*)\((\w+)\)")
|
| LISTBODY = re.compile(r".*\\$")
|
| BLACKLIST = ['INLINE_FUNCTION_LIST']
|
|
|