From: <js...@us...> - 2008-08-04 18:40:29
|
Revision: 5971 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5971&view=rev Author: jswhit Date: 2008-08-04 18:40:19 +0000 (Mon, 04 Aug 2008) Log Message: ----------- obsolete files Removed Paths: ------------- trunk/toolkits/basemap/src/basemap_pycompat.h trunk/toolkits/basemap/src/pycompat.h Deleted: trunk/toolkits/basemap/src/basemap_pycompat.h =================================================================== --- trunk/toolkits/basemap/src/basemap_pycompat.h 2008-08-04 18:38:38 UTC (rev 5970) +++ trunk/toolkits/basemap/src/basemap_pycompat.h 2008-08-04 18:40:19 UTC (rev 5971) @@ -1,7 +0,0 @@ -#include "Python.h" - -/* Suggested by M. v. Loewis: http://mail.python.org/pipermail/python-dev/2006-March/062561.html */ - -#if (PY_VERSION_HEX < 0x02050000) -typedef int Py_ssize_t; -#endif Deleted: trunk/toolkits/basemap/src/pycompat.h =================================================================== --- trunk/toolkits/basemap/src/pycompat.h 2008-08-04 18:38:38 UTC (rev 5970) +++ trunk/toolkits/basemap/src/pycompat.h 2008-08-04 18:40:19 UTC (rev 5971) @@ -1,7 +0,0 @@ -#include "Python.h" - -/* Suggested by M. v. Loewis: http://mail.python.org/pipermail/python-dev/2006-March/062561.html */ - -#if (PY_VERSION_HEX < 0x02050000) -typedef int Py_ssize_t; -#endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |