another portability fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11055 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cca31dde4f
commit
3d8f569466
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ lthis = long(a.this)
|
|||
xstr1 = "%016X" % (lthis,)
|
||||
xstr1 = lstrip(xstr1, '0')
|
||||
xstr2 = pointer_str(a)
|
||||
xstr2 = lstrip(xstr2, '0')
|
||||
xstr2 = replace(xstr2, "0x", "")
|
||||
xstr2 = replace(xstr2, "0X", "")
|
||||
xstr2 = upper(xstr2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue