From 3ca6b7cc6908d69a508b82f0d089f70fe869aa23 Mon Sep 17 00:00:00 2001 From: Fred Wright Date: Fri, 9 Sep 2016 14:35:44 -0700 Subject: Removes obsolete flag tweak related to alloca(). There's no longer any need for an alloca() prototype, now that alloca() is gone. TESTED: Ran "scons build-all check" on OSX 10.9, Ubuntu 14.04, and CentOS 7. Signed-off-by: Gary E. Miller --- libgpsd_core.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libgpsd_core.c') diff --git a/libgpsd_core.c b/libgpsd_core.c index 62631424..ddb22a6d 100644 --- a/libgpsd_core.c +++ b/libgpsd_core.c @@ -21,12 +21,8 @@ /* strlcpy() needs _DARWIN_C_SOURCE */ #define _DARWIN_C_SOURCE - #include #include - -/* alloca() in stdlib.h needs __USE_MISC on Linux */ -#define __USE_MISC #include #include -- cgit v1.2.1