mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
a000beebcb
commit
233f362171
4 changed files with 16 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue