From c40093ce6c9f983f9f346105c8687b8da2216ddf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Fri, 7 Aug 1998 18:28:25 +0200
Subject: [PATCH] Fixed warning.

Rev: src/modules/math/math.c:1.15
---
 src/modules/math/math.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/modules/math/math.c b/src/modules/math/math.c
index 6d3e2db4a6..0782bc63b8 100644
--- a/src/modules/math/math.c
+++ b/src/modules/math/math.c
@@ -12,6 +12,10 @@
 #include "module_support.h"
 #include "operators.h"
 
+#ifdef PC
+#undef PC
+#endif /* PC */
+
 #ifdef HAVE_IEEEFP_H
 #include <ieeefp.h>
 #endif
@@ -20,7 +24,7 @@
 #include <floatingpoint.h>
 #endif
 
-RCSID("$Id: math.c,v 1.14 1998/07/23 01:22:33 hubbe Exp $");
+RCSID("$Id: math.c,v 1.15 1998/08/07 16:28:25 grubba Exp $");
 
 #ifndef M_PI
 #define M_PI 3.1415926535897932384626433832795080
-- 
GitLab