summaryrefslogtreecommitdiff
path: root/celt
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2017-10-08 03:09:58 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-10-08 03:09:58 -0400
commit82e6cf79c1436189c42e664eb9c7e7299f9cfc09 (patch)
tree8f1b20a6b2a397d03af8801ec665e1fce129cc46 /celt
parent072d133f7899c4783e67f90d07ab25b3b8414b8f (diff)
downloadopus-82e6cf79c1436189c42e664eb9c7e7299f9cfc09.tar.gz
Fix #undef of constant
Reported in https://github.com/xiph/opus/issues/55
Diffstat (limited to 'celt')
-rw-r--r--celt/mathops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/mathops.h b/celt/mathops.h
index 1f8a20cb..5324c18a 100644
--- a/celt/mathops.h
+++ b/celt/mathops.h
@@ -72,7 +72,7 @@ static OPUS_INLINE float fast_atan2f(float y, float x) {
#undef cA
#undef cB
#undef cC
-#undef cD
+#undef cE
#endif