[Scipy-svn] r2532 - trunk/Lib/sandbox/newoptimize/tnc

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Jan 11 02:40:48 EST 2007


Author: jarrod.millman
Date: 2007-01-11 01:40:30 -0600 (Thu, 11 Jan 2007)
New Revision: 2532

Modified:
   trunk/Lib/sandbox/newoptimize/tnc/moduleTNC.c
Log:
fix compiler warnings, mostly due to #include "Python.h" after a system header. see [1575]


Modified: trunk/Lib/sandbox/newoptimize/tnc/moduleTNC.c
===================================================================
--- trunk/Lib/sandbox/newoptimize/tnc/moduleTNC.c	2007-01-11 07:34:00 UTC (rev 2531)
+++ trunk/Lib/sandbox/newoptimize/tnc/moduleTNC.c	2007-01-11 07:40:30 UTC (rev 2532)
@@ -26,10 +26,10 @@
 static char const rcsid[] =
   "@(#) $Jeannot: moduleTNC.c,v 1.12 2005/01/28 18:27:31 js Exp $";
 
+#include "Python.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
-#include "Python.h"
 
 #include "tnc.h"
 




More information about the Scipy-svn mailing list