- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows

- Move the includes for alloca() intp mpconfigport.h
This commit is contained in:
Marcus von Appen
2014-06-07 09:36:04 +02:00
parent c61be8e1e1
commit 0c90eb1658
7 changed files with 9 additions and 6 deletions

View File

@@ -28,7 +28,6 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <alloca.h>
#include "mpconfig.h"
#include "nlr.h"