Remove more references to intobject.

This commit is contained in:
Guido van Rossum 2007-08-07 22:09:52 +00:00
parent 22201221cc
commit 0cb85a972f
8 changed files with 1 additions and 53 deletions

View file

@ -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

View file

@ -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"