Fix the build with the pure non-fragile ABI by declaring macros before using them.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33724 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2011-08-13 15:28:22 +00:00
parent b0f96ed9f3
commit 157da23407
5 changed files with 39 additions and 27 deletions

View file

@ -31,8 +31,8 @@
$Date$ $Revision$
*/
#import "common.h"
#define EXPOSE_NSBundle_IVARS 1
#import "common.h"
#include "objc-load.h"
#import "Foundation/NSBundle.h"
#import "Foundation/NSException.h"