diff options
author | Guido van Rossum <guido@python.org> | 2007-10-08 03:39:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-10-08 03:39:26 (GMT) |
commit | 0ea230b80a2f2c67635142281cfb38a78684c442 (patch) | |
tree | 9768b638a68b9b8963f6784537b5eea3372829e7 /PC | |
parent | be801acbb1add9b6cc159f349dacad460ca5cc84 (diff) | |
download | cpython-0ea230b80a2f2c67635142281cfb38a78684c442.zip cpython-0ea230b80a2f2c67635142281cfb38a78684c442.tar.gz cpython-0ea230b80a2f2c67635142281cfb38a78684c442.tar.bz2 |
Remove more traces of bufferobject.[ch] from build files etc.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 | ||||
-rw-r--r-- | PC/os2emx/Makefile | 1 | ||||
-rw-r--r-- | PC/os2emx/python25.def | 8 |
3 files changed, 0 insertions, 13 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 70b64ea..e61e280 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -221,10 +221,6 @@ SOURCE=..\..\Objects\boolobject.c # End Source File
# Begin Source File
-SOURCE=..\..\Objects\bufferobject.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Objects\cellobject.c
# End Source File
# Begin Source File
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index b84d22b..bb32bc5 100644 --- a/PC/os2emx/Makefile +++ b/PC/os2emx/Makefile @@ -366,7 +366,6 @@ SRC.PYTHON= $(addprefix $(TOP), \ SRC.OBJECT= $(addprefix $(TOP), \ Objects/abstract.c \ Objects/boolobject.c \ - Objects/bufferobject.c \ Objects/cellobject.c \ Objects/classobject.c \ Objects/cobject.c \ diff --git a/PC/os2emx/python25.def b/PC/os2emx/python25.def index bb3d64f..55242ea 100644 --- a/PC/os2emx/python25.def +++ b/PC/os2emx/python25.def @@ -181,14 +181,6 @@ EXPORTS "_Py_ZeroStruct" "_Py_TrueStruct" -; From python25_s.lib(bufferobject) - "PyBuffer_FromObject" - "PyBuffer_FromReadWriteObject" - "PyBuffer_FromMemory" - "PyBuffer_FromReadWriteMemory" - "PyBuffer_New" - "PyBuffer_Type" - ; From python25_s.lib(cellobject) "PyCell_New" "PyCell_Get" |