Ticket #10912: patch-qucs-core-constsh

File patch-qucs-core-constsh, 293 bytes (added by rowue (Rolf Würdemann), 18 years ago)

Patch for qucs-core/src/const.h (remove include of math.h -broken on ppc)

Line 
1--- qucs-core/src/consts.h.old  2006-10-20 13:39:04.000000000 +0200
2+++ qucs-core/src/consts.h      2006-10-20 13:39:18.000000000 +0200
3@@ -25,8 +25,6 @@
4 #ifndef __CONSTS_H__
5 #define __CONSTS_H__
6 
7-#include <math.h>
8-
9 #ifndef M_PI
10 #define M_PI      3.1415926535897932384626433832795029
11 #endif