mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
lrge changes to remove mframe
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28778 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf82bd5792
commit
a6c9c8749a
43 changed files with 555 additions and 4725 deletions
|
@ -30,6 +30,7 @@
|
|||
*/
|
||||
|
||||
#import "config.h"
|
||||
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
@ -66,12 +67,6 @@ static GC_descr nodeDesc; // Type descriptor for map node.
|
|||
#include "Foundation/NSConnection.h"
|
||||
#undef _IN_CONNECTION_M
|
||||
|
||||
#if defined(USE_LIBFFI)
|
||||
#include "cifframe.h"
|
||||
#elif defined(USE_FFCALL)
|
||||
#include "callframe.h"
|
||||
#endif
|
||||
|
||||
#include "Foundation/NSPortCoder.h"
|
||||
#include "GNUstepBase/DistributedObjects.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue