mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
aef998bd66
math.h skips acosh and other hyperbolic math functions. Submitted by: perky
14 lines
307 B
C
14 lines
307 B
C
--- Src/umathmodule.c.orig Sat Aug 2 01:10:09 2003
|
|
+++ Src/umathmodule.c Sat Aug 2 01:10:43 2003
|
|
@@ -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
|