ports/math/py-numeric/files/patch-Src_umathmodule.c
Dmitry Marakasov 3fbdf7b254 - Fix COMMENT
- Switch to options helpers
- Regenerate patches
2016-11-07 09:00:10 +00:00

13 lines
281 B
C

--- Src/umathmodule.c.orig 2005-04-20 18:48:47 UTC
+++ Src/umathmodule.c
@@ -1,9 +1,9 @@
+#include <math.h>
#include "Python.h"
#include "Numeric/arrayobject.h"
#include "Numeric/ufuncobject.h"
#include "abstract.h"
-#include <math.h>
#ifndef CHAR_BIT
#define CHAR_BIT 8