mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(CLASS): #define removed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@67 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f137ac84b2
commit
8cdb291659
3 changed files with 3 additions and 9 deletions
|
@ -48,21 +48,19 @@
|
|||
#define _C_OUT 'o'
|
||||
#define _C_BYCOPY 'O'
|
||||
#define _C_ONEWAY 'V'
|
||||
#define CLASS Class
|
||||
#else /* GNU Objective C Runtime */
|
||||
#include <objc/objc.h>
|
||||
#include <objc/objc-api.h>
|
||||
#include <objc/encoding.h>
|
||||
#include <objc/sarray.h>
|
||||
#include <objc/list.h>
|
||||
#define CLASS Class*
|
||||
#endif
|
||||
|
||||
#include <objc/Object.h>
|
||||
#include <objects/objc-malloc.h>
|
||||
|
||||
/* The following two lines are maintained by the libobjects Makefile */
|
||||
#define OBJECTS_VERSION 0.1.1
|
||||
#define OBJECTS_VERSION 0.1.4
|
||||
#define OBJECTS_GCC_VERSION 2.6.1
|
||||
|
||||
extern const char objects_version[];
|
||||
|
|
|
@ -48,21 +48,19 @@
|
|||
#define _C_OUT 'o'
|
||||
#define _C_BYCOPY 'O'
|
||||
#define _C_ONEWAY 'V'
|
||||
#define CLASS Class
|
||||
#else /* GNU Objective C Runtime */
|
||||
#include <objc/objc.h>
|
||||
#include <objc/objc-api.h>
|
||||
#include <objc/encoding.h>
|
||||
#include <objc/sarray.h>
|
||||
#include <objc/list.h>
|
||||
#define CLASS Class*
|
||||
#endif
|
||||
|
||||
#include <objc/Object.h>
|
||||
#include <objects/objc-malloc.h>
|
||||
|
||||
/* The following two lines are maintained by the libobjects Makefile */
|
||||
#define OBJECTS_VERSION 0.1.1
|
||||
#define OBJECTS_VERSION 0.1.4
|
||||
#define OBJECTS_GCC_VERSION 2.6.1
|
||||
|
||||
extern const char objects_version[];
|
||||
|
|
|
@ -48,21 +48,19 @@
|
|||
#define _C_OUT 'o'
|
||||
#define _C_BYCOPY 'O'
|
||||
#define _C_ONEWAY 'V'
|
||||
#define CLASS Class
|
||||
#else /* GNU Objective C Runtime */
|
||||
#include <objc/objc.h>
|
||||
#include <objc/objc-api.h>
|
||||
#include <objc/encoding.h>
|
||||
#include <objc/sarray.h>
|
||||
#include <objc/list.h>
|
||||
#define CLASS Class*
|
||||
#endif
|
||||
|
||||
#include <objc/Object.h>
|
||||
#include <objects/objc-malloc.h>
|
||||
|
||||
/* The following two lines are maintained by the libobjects Makefile */
|
||||
#define OBJECTS_VERSION 0.1.1
|
||||
#define OBJECTS_VERSION 0.1.4
|
||||
#define OBJECTS_GCC_VERSION 2.6.1
|
||||
|
||||
extern const char objects_version[];
|
||||
|
|
Loading…
Reference in a new issue