Magellan Linux

Contents of /trunk/numeric/patches/numeric-24.2-umath.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 361 - (show annotations) (download)
Tue Sep 25 20:32:31 2007 UTC (16 years, 7 months ago) by niro
File size: 357 byte(s)
-ver bump to 24.2-r1

1 --- Numeric-24.2.orig/Src/umathmodule.c 2005-04-20 19:48:47.000000000 +0100
2 +++ Numeric-24.2/Src/umathmodule.c 2006-10-10 16:16:40.000000000 +0100
3 @@ -1,9 +1,9 @@
4 -
5 +#include <math.h>
6 #include "Python.h"
7 #include "Numeric/arrayobject.h"
8 #include "Numeric/ufuncobject.h"
9 #include "abstract.h"
10 -#include <math.h>
11 +
12
13 #ifndef CHAR_BIT
14 #define CHAR_BIT 8