]> granicus.if.org Git - python/commitdiff
add enumobject.c to build machinery
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 30 Apr 2002 12:06:23 +0000 (12:06 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 30 Apr 2002 12:06:23 +0000 (12:06 +0000)
PC/os2emx/python23.def

index 3b2e214b84e50bcaa021dc1d36af0d89865c504d..ed1939fcbaf4fe093a67ddf1665b5f348dcf9a73 100644 (file)
@@ -257,6 +257,9 @@ EXPORTS
   "PyDict_Type"
   "PyDictIter_Type"
 
+; From python23_s.lib(enumobject)
+  "PyEnum_Type"
+
 ; From python23_s.lib(fileobject)
   "PyFile_AsFile"
   "PyFile_Name"
@@ -536,6 +539,7 @@ EXPORTS
   "PyUnicodeUCS2_Compare"
   "PyUnicodeUCS2_Contains"
   "PyUnicodeUCS2_Concat"
+  "_PyUnicode_XStrip"
   "PyUnicodeUCS2_Replace"
   "PyUnicodeUCS2_Split"
   "PyUnicodeUCS2_Format"