Stupid typo
This commit is contained in:
vanhempi
7c5e671dac
commit
3c81f6940d
@ -42,7 +42,7 @@ def check_symbol_namespace(scheme_name, implementation_name):
|
|||||||
if symtype in 'TR':
|
if symtype in 'TR':
|
||||||
if (not symbol.startswith(namespace) and
|
if (not symbol.startswith(namespace) and
|
||||||
# weird things on i386
|
# weird things on i386
|
||||||
not symbol.startwith('__x86.get_pc_thunk.') and
|
not symbol.startswith('__x86.get_pc_thunk.') and
|
||||||
not symbol.startswith('_' + namespace)):
|
not symbol.startswith('_' + namespace)):
|
||||||
non_namespaced.append(symbol)
|
non_namespaced.append(symbol)
|
||||||
|
|
||||||
|
Ladataan…
Viittaa uudesa ongelmassa
Block a user