~ubuntu-branches/ubuntu/lucid/gnustep-base/lucid

« back to all changes in this revision

Viewing changes to Headers/Additions/GNUstepBase/GSUnion.h

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-01-22 12:51:20 UTC
  • mfrom: (1.2.9 upstream) (7.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100122125120-jh559gebg1i3n3nz
Tags: 1.19.3-1ubuntu1
* Merge from Debian testing, remaining changes:
  - adjust DTD paths to look for the local ones to reduce compile time
  - add gnustep-base-common package to Build-Depends-Indep

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 */
28
28
#import <Foundation/NSObjCRuntime.h>
29
29
 
 
30
/* These are not defined in older Mac OS X systems */
 
31
#ifndef NSINTEGER_DEFINED
 
32
typedef int NSInteger;
 
33
typedef unsigned int NSUInteger;
 
34
#define NSINTEGER_DEFINED 1
 
35
#endif
 
36
 
30
37
/*
31
38
 *      Definitions for bitmap mask of types of element in union.
32
39
 */