mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
b0f96ed9f3
commit
157da23407
5 changed files with 39 additions and 27 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue