mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Darwin constant string class fixes and compiling
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11974 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
838a111cfe
commit
cf0e40cddc
9 changed files with 77 additions and 44 deletions
|
@ -4,6 +4,7 @@
|
|||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <assert.h>
|
||||
|
||||
int
|
||||
main(int argc, char** argv, char** envp)
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include <Foundation/NSFileHandle.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <assert.h>
|
||||
|
||||
int
|
||||
main ()
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <assert.h>
|
||||
|
||||
void original_test ();
|
||||
void intersects_set_test();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue