Author: guido.van.rossum
Date: Mon Oct  8 05:39:26 2007
New Revision: 58363

Modified:
   python/branches/py3k/PC/VC6/pythoncore.dsp
   python/branches/py3k/PC/os2emx/Makefile
   python/branches/py3k/PC/os2emx/python25.def
   python/branches/py3k/PCbuild/pythoncore.vcproj
   python/branches/py3k/PCbuild8/pythoncore/pythoncore.vcproj
Log:
Remove more traces of bufferobject.[ch] from build files etc.


Modified: python/branches/py3k/PC/VC6/pythoncore.dsp
==============================================================================
--- python/branches/py3k/PC/VC6/pythoncore.dsp  (original)
+++ python/branches/py3k/PC/VC6/pythoncore.dsp  Mon Oct  8 05:39:26 2007
@@ -221,10 +221,6 @@
 # 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

Modified: python/branches/py3k/PC/os2emx/Makefile
==============================================================================
--- python/branches/py3k/PC/os2emx/Makefile     (original)
+++ python/branches/py3k/PC/os2emx/Makefile     Mon Oct  8 05:39:26 2007
@@ -366,7 +366,6 @@
 SRC.OBJECT=    $(addprefix $(TOP), \
                Objects/abstract.c \
                Objects/boolobject.c \
-               Objects/bufferobject.c \
                Objects/cellobject.c \
                Objects/classobject.c \
                Objects/cobject.c \

Modified: python/branches/py3k/PC/os2emx/python25.def
==============================================================================
--- python/branches/py3k/PC/os2emx/python25.def (original)
+++ python/branches/py3k/PC/os2emx/python25.def Mon Oct  8 05:39:26 2007
@@ -181,14 +181,6 @@
   "_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"

Modified: python/branches/py3k/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PCbuild/pythoncore.vcproj      (original)
+++ python/branches/py3k/PCbuild/pythoncore.vcproj      Mon Oct  8 05:39:26 2007
@@ -443,9 +443,6 @@
                        RelativePath="..\Objects\boolobject.c">
                </File>
                <File
-                       RelativePath="..\Objects\bufferobject.c">
-               </File>
-               <File
                        RelativePath="..\Objects\bytesobject.c">
                </File>
                <File

Modified: python/branches/py3k/PCbuild8/pythoncore/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PCbuild8/pythoncore/pythoncore.vcproj  (original)
+++ python/branches/py3k/PCbuild8/pythoncore/pythoncore.vcproj  Mon Oct  8 
05:39:26 2007
@@ -788,10 +788,6 @@
                                >
                        </File>
                        <File
-                               RelativePath="..\..\Objects\bufferobject.c"
-                               >
-                       </File>
-                       <File
                                RelativePath="..\..\Objects\bytesobject.c"
                                >
                        </File>
@@ -978,10 +974,6 @@
                                >
                        </File>
                        <File
-                               RelativePath="..\..\Include\bufferobject.h"
-                               >
-                       </File>
-                       <File
                                RelativePath="..\..\Include\cellobject.h"
                                >
                        </File>
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to