Remove more references to intobject.
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index e13a666..0761fb1 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -381,7 +381,6 @@
 		Objects/frameobject.c \
 		Objects/funcobject.c \
 		Objects/genobject.c \
-		Objects/intobject.c \
 		Objects/iterobject.c \
 		Objects/listobject.c \
 		Objects/longobject.c \
@@ -420,7 +419,7 @@
 		Parser/printgrammar.c \
 		Parser/grammar.c \
 		Parser/firstsets.c) \
-		
+
 OBJ.PGEN=	$(addprefix $(OUT),$(notdir $(SRC.PGEN:.c=$O)))
 
 SRC.EXE=	$(TOP)Modules/python.c
diff --git a/PC/os2emx/python25.def b/PC/os2emx/python25.def
index a6eb97b..ef6bd13 100644
--- a/PC/os2emx/python25.def
+++ b/PC/os2emx/python25.def
@@ -339,21 +339,6 @@
   "PyGen_NeedsFinalizing"
   "PyGen_Type"
 
-; From python25_s.lib(intobject)
-  "PyInt_AsLong"
-  "PyInt_AsUnsignedLongMask"
-  "PyInt_AsUnsignedLongLongMask"
-  "PyInt_FromString"
-  "PyInt_AsSsize_t"
-  "PyInt_Fini"
-  "PyInt_FromUnicode"
-  "PyInt_FromLong"
-  "PyInt_FromSize_t"
-  "PyInt_FromSsize_t"
-  "PyInt_GetMax"
-  "_PyInt_Init"
-  "PyInt_Type"
-
 ; From python25_s.lib(iterobject)
   "PySeqIter_New"
   "PyCallIter_New"