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:
Richard Frith-MacDonald 2009-10-05 16:00:28 +00:00
parent cf82bd5792
commit a6c9c8749a
43 changed files with 555 additions and 4725 deletions

View file

@ -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"