[Python-checkins] python/dist/src/PC/os2emx python23.def,1.2,1.3

aimacintyre@sourceforge.net aimacintyre@sourceforge.net
Tue, 30 Apr 2002 05:06:26 -0700


Update of /cvsroot/python/python/dist/src/PC/os2emx
In directory usw-pr-cvs1:/tmp/cvs-serv27887

Modified Files:
	python23.def 
Log Message:
add enumobject.c to build machinery

Index: python23.def
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/python23.def,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** python23.def	15 Apr 2002 12:09:45 -0000	1.2
--- python23.def	30 Apr 2002 12:06:23 -0000	1.3
***************
*** 258,261 ****
--- 258,264 ----
    "PyDictIter_Type"
  
+ ; From python23_s.lib(enumobject)
+   "PyEnum_Type"
+ 
  ; From python23_s.lib(fileobject)
    "PyFile_AsFile"
***************
*** 537,540 ****
--- 540,544 ----
    "PyUnicodeUCS2_Contains"
    "PyUnicodeUCS2_Concat"
+   "_PyUnicode_XStrip"
    "PyUnicodeUCS2_Replace"
    "PyUnicodeUCS2_Split"