summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/math.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/math.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/include/gnuradio/math.h b/gnuradio-runtime/include/gnuradio/math.h
index ff41006912..9d96ae2555 100644
--- a/gnuradio-runtime/include/gnuradio/math.h
+++ b/gnuradio-runtime/include/gnuradio/math.h
@@ -31,8 +31,8 @@
#include <gnuradio/api.h>
#include <gnuradio/gr_complex.h>
-#define M_SQRT2 1.41421356237309504880 /* sqrt(2) */
-#define M_LOG2E 1.4426950408889634074 /* log_2 e */
+#define GR_M_SQRT2 1.41421356237309504880 /* sqrt(2) */
+#define GR_M_LOG2E 1.4426950408889634074 /* log_2 e */
namespace gr {