Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63c9d50

Browse files
author
Andrew MacIntyre
committed
add enumobject.c to build machinery
1 parent af93c4c commit 63c9d50

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

PC/os2emx/python23.def

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ EXPORTS
257257
"PyDict_Type"
258258
"PyDictIter_Type"
259259

260+
; From python23_s.lib(enumobject)
261+
"PyEnum_Type"
262+
260263
; From python23_s.lib(fileobject)
261264
"PyFile_AsFile"
262265
"PyFile_Name"
@@ -536,6 +539,7 @@ EXPORTS
536539
"PyUnicodeUCS2_Compare"
537540
"PyUnicodeUCS2_Contains"
538541
"PyUnicodeUCS2_Concat"
542+
"_PyUnicode_XStrip"
539543
"PyUnicodeUCS2_Replace"
540544
"PyUnicodeUCS2_Split"
541545
"PyUnicodeUCS2_Format"

0 commit comments

Comments
 (0)