include alloca.h

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29755 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-25 19:05:21 +00:00
parent a000beebcb
commit 233f362171
4 changed files with 16 additions and 0 deletions

View file

@ -48,6 +48,10 @@
#import "GSPrivate.h"
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
/* memcpy(), strlen(), strcmp() are gcc builtin's */
#import "GNUstepBase/Unicode.h"

View file

@ -40,6 +40,10 @@
#import "Foundation/NSValue.h"
#import "GNUstepBase/NSString+GNUstepBase.h"
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include <stdio.h>
#ifdef HAVE_BACKTRACE

View file

@ -36,6 +36,10 @@
#import "GSInvocation.h"
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
/* The objc runtime library objc_skip_offset() is buggy on some compiler
* versions, so we use our own alternative implementation.
*/

View file

@ -88,6 +88,10 @@
#include <stdio.h>
#include <wchar.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#import "GNUstepBase/Unicode.h"
#import "GSPrivate.h"