diff options
author | Guido van Rossum <guido@python.org> | 2007-08-07 22:09:52 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-07 22:09:52 (GMT) |
commit | 0cb85a972f45ab1c59c6f11ecb73cf9509e23225 (patch) | |
tree | 0bae8ec51a0e281f3e83bfb22cbc31cb609b70c8 /PC/os2emx | |
parent | 22201221cc64029e729236ae7ac9ef1772e2cb01 (diff) | |
download | cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.zip cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.tar.gz cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.tar.bz2 |
Remove more references to intobject.
Diffstat (limited to 'PC/os2emx')
-rw-r--r-- | PC/os2emx/Makefile | 3 | ||||
-rw-r--r-- | PC/os2emx/python25.def | 15 |
2 files changed, 1 insertions, 17 deletions
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 @@ SRC.OBJECT= $(addprefix $(TOP), \ 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 @@ SRC.PGEN= $(SRC.PARSE1) \ 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 @@ EXPORTS "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" |