~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Source/NSNull.m

Tags: upstream-1.20.0
ImportĀ upstreamĀ versionĀ 1.20.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
   Boston, MA 02111 USA.
23
23
 
24
24
   <title>NSNull class reference</title>
25
 
   $Date: 2008-06-08 11:38:33 +0100 (Sun, 08 Jun 2008) $ $Revision: 26606 $
 
25
   $Date: 2010-02-19 01:12:46 -0700 (Fri, 19 Feb 2010) $ $Revision: 29669 $
26
26
   */
27
27
 
28
 
#include "Foundation/NSNull.h"
29
 
#include "Foundation/NSString.h"
 
28
#import "common.h"
 
29
#import "Foundation/NSNull.h"
30
30
 
31
31
/**
32
32
 * An object to use as a placeholder - in collections for instance.