From 0c90eb16586d6c15d619666687449b3351e536fc Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 7 Jun 2014 09:36:04 +0200 Subject: - FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows - Move the includes for alloca() intp mpconfigport.h --- py/builtinimport.c | 1 - py/objfun.c | 1 - py/runtime.c | 1 - py/vm.c | 1 - 4 files changed, 4 deletions(-) (limited to 'py') diff --git a/py/builtinimport.c b/py/builtinimport.c index 795d9fd5e..44ba4d554 100644 --- a/py/builtinimport.c +++ b/py/builtinimport.c @@ -29,7 +29,6 @@ #include #include #include -#include #include "mpconfig.h" #include "nlr.h" diff --git a/py/objfun.c b/py/objfun.c index 77d57821b..5c085f883 100644 --- a/py/objfun.c +++ b/py/objfun.c @@ -28,7 +28,6 @@ #include #include #include -#include #include "mpconfig.h" #include "nlr.h" diff --git a/py/runtime.c b/py/runtime.c index cdbf99d4a..b1fd19499 100644 --- a/py/runtime.c +++ b/py/runtime.c @@ -27,7 +27,6 @@ #include #include #include -#include #include "mpconfig.h" #include "nlr.h" diff --git a/py/vm.c b/py/vm.c index d57fbf17e..b24c85a49 100644 --- a/py/vm.c +++ b/py/vm.c @@ -28,7 +28,6 @@ #include #include #include -#include #include "mpconfig.h" #include "nlr.h" -- cgit v1.2.3