Fix from Marcus for non-fragile ABI build

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36546 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-04-18 04:59:08 +00:00
parent 8398b7e156
commit e813c95a51
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2013-04-18 Marcus Muller <znek@mulle-kybernetik.com>
* Source/NSMetadata.m: Fix to expose variables to compiler building
with non-fragile ABI.
2013-04-15 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GNUmakefile:

View file

@ -24,6 +24,12 @@
AutogsdocSource: NSMetadata.m
*/
+#define EXPOSE_NSMetadataItem_IVARS 1
+#define EXPOSE_NSMetadataQuery_IVARS 1
+#define EXPOSE_NSMetadataQueryAttributeValueTuple_IVARS 1
+#define EXPOSE_NSMetadataQueryResultGroupInternal_IVARS 1
+#define EXPOSE_NSMetadataQueryResultGroup_IVARS 1
#import "Foundation/NSMetadata.h"
#import "Foundation/NSArray.h"
#import "Foundation/NSDictionary.h"