|
From: <jd...@us...> - 2008-05-15 19:26:14
|
Revision: 5143
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5143&view=rev
Author: jdh2358
Date: 2008-05-15 12:25:14 -0700 (Thu, 15 May 2008)
Log Message:
-----------
using c++ headers for stlib and stdio for backend_agg
Modified Paths:
--------------
trunk/matplotlib/src/_tkagg.cpp
Modified: trunk/matplotlib/src/_tkagg.cpp
===================================================================
--- trunk/matplotlib/src/_tkagg.cpp 2008-05-15 19:19:43 UTC (rev 5142)
+++ trunk/matplotlib/src/_tkagg.cpp 2008-05-15 19:25:14 UTC (rev 5143)
@@ -10,8 +10,8 @@
#define USE_COMPOSITELESS_PHOTO_PUT_BLOCK
#include <Python.h>
-#include <stdlib.h>
-#include <stdio.h>
+#include <cstdlib>
+#include <cstdio>
#include <sstream>
#include "agg_basics.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|