[beast: 5/9] BSE: avoid defining _ISOC99_SOURCE directly



commit d359268c1891a1dd559ba56cf568c3cd233051c3
Author: Tim Janik <timj gnu org>
Date:   Sun Sep 6 13:01:25 2015 +0200

    BSE: avoid defining _ISOC99_SOURCE directly

 bse/bsefilter-ellf.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/bse/bsefilter-ellf.cc b/bse/bsefilter-ellf.cc
index 7be1992..ddde05d 100644
--- a/bse/bsefilter-ellf.cc
+++ b/bse/bsefilter-ellf.cc
@@ -1,5 +1,4 @@
 // CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
-#define _ISOC99_SOURCE          // for INFINITY and NAN
 #define _GNU_SOURCE     1       // provides: _ISOC99_SOURCE
 #include <math.h>
 #include <stdarg.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]