mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
* Headers/Additions/GNUstepBase/config.h.in, configure.ac (alloca.h):
Check for header. * configure: Regenerate. * Source/mframe.m, Source/cifframe.m, Source/NSConnection.m, Source/callframe.m, Source/GSFormat.m: Include alloca.h where available. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25773 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c66e5b6e0d
commit
2ef54f7ef2
9 changed files with 37 additions and 7 deletions
|
@ -25,6 +25,10 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include "callframe.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSData.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue