Commit 9127adce authored by Lisandro Dalcin's avatar Lisandro Dalcin

fix typo in previous commit

parent add0b074
......@@ -816,7 +816,7 @@ class CIntType(CNumericType):
if not self.signed:
Prefix = "Long"
SignWord = "Unsigned"
if self.rank >== list(rank_to_type_name).index('PY_LONG_LONG'):
if self.rank >= list(rank_to_type_name).index('PY_LONG_LONG'):
Prefix = "Long"
TypeName = "LongLong"
return "Py%s_From%s%s" % (Prefix, SignWord, TypeName)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment