From 63c9d50a845d8e839d3902f8d9aca7b9d6014ad6 Mon Sep 17 00:00:00 2001 From: Andrew MacIntyre Date: Tue, 30 Apr 2002 12:06:23 +0000 Subject: add enumobject.c to build machinery --- PC/os2emx/python23.def | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PC/os2emx/python23.def b/PC/os2emx/python23.def index 3b2e214..ed1939f 100644 --- a/PC/os2emx/python23.def +++ b/PC/os2emx/python23.def @@ -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" -- cgit v0.12