mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
(OBJECTS_MAJOR_VERSION, OBJECTS_MINOR_VERSION,
OBJECTS_SUBMINOR_VERSION): New #define's. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@217 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4e2a1fc298
commit
e7975c700b
3 changed files with 18 additions and 18 deletions
|
@ -60,9 +60,12 @@
|
||||||
#include <objects/objc-malloc.h>
|
#include <objects/objc-malloc.h>
|
||||||
@class String;
|
@class String;
|
||||||
|
|
||||||
/* The following two lines are maintained by the libobjects Makefile */
|
/* The following five lines are maintained by the libobjects Makefile */
|
||||||
#define OBJECTS_VERSION 0.1.4
|
#define OBJECTS_VERSION 0.1.5
|
||||||
#define OBJECTS_GCC_VERSION 2.6.1
|
#define OBJECTS_MAJOR_VERSION 0
|
||||||
|
#define OBJECTS_MINOR_VERSION 1
|
||||||
|
#define OBJECTS_SUBMINOR_VERSION 5
|
||||||
|
#define OBJECTS_GCC_VERSION 2.6.3
|
||||||
|
|
||||||
extern const char objects_version[];
|
extern const char objects_version[];
|
||||||
extern const char objects_gcc_version[];
|
extern const char objects_gcc_version[];
|
||||||
|
@ -105,6 +108,3 @@ LAMBDA(BOOL, (id _o), {if ([_o perform:SELECTOR]) return YES; else return NO;})
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __stdobjects_h_OBJECTS_INCLUDE */
|
#endif /* __stdobjects_h_OBJECTS_INCLUDE */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -60,9 +60,12 @@
|
||||||
#include <objects/objc-malloc.h>
|
#include <objects/objc-malloc.h>
|
||||||
@class String;
|
@class String;
|
||||||
|
|
||||||
/* The following two lines are maintained by the libobjects Makefile */
|
/* The following five lines are maintained by the libobjects Makefile */
|
||||||
#define OBJECTS_VERSION 0.1.4
|
#define OBJECTS_VERSION 0.1.5
|
||||||
#define OBJECTS_GCC_VERSION 2.6.1
|
#define OBJECTS_MAJOR_VERSION 0
|
||||||
|
#define OBJECTS_MINOR_VERSION 1
|
||||||
|
#define OBJECTS_SUBMINOR_VERSION 5
|
||||||
|
#define OBJECTS_GCC_VERSION 2.6.3
|
||||||
|
|
||||||
extern const char objects_version[];
|
extern const char objects_version[];
|
||||||
extern const char objects_gcc_version[];
|
extern const char objects_gcc_version[];
|
||||||
|
@ -105,6 +108,3 @@ LAMBDA(BOOL, (id _o), {if ([_o perform:SELECTOR]) return YES; else return NO;})
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __stdobjects_h_OBJECTS_INCLUDE */
|
#endif /* __stdobjects_h_OBJECTS_INCLUDE */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -60,9 +60,12 @@
|
||||||
#include <objects/objc-malloc.h>
|
#include <objects/objc-malloc.h>
|
||||||
@class String;
|
@class String;
|
||||||
|
|
||||||
/* The following two lines are maintained by the libobjects Makefile */
|
/* The following five lines are maintained by the libobjects Makefile */
|
||||||
#define OBJECTS_VERSION 0.1.4
|
#define OBJECTS_VERSION 0.1.5
|
||||||
#define OBJECTS_GCC_VERSION 2.6.1
|
#define OBJECTS_MAJOR_VERSION 0
|
||||||
|
#define OBJECTS_MINOR_VERSION 1
|
||||||
|
#define OBJECTS_SUBMINOR_VERSION 5
|
||||||
|
#define OBJECTS_GCC_VERSION 2.6.3
|
||||||
|
|
||||||
extern const char objects_version[];
|
extern const char objects_version[];
|
||||||
extern const char objects_gcc_version[];
|
extern const char objects_gcc_version[];
|
||||||
|
@ -105,6 +108,3 @@ LAMBDA(BOOL, (id _o), {if ([_o perform:SELECTOR]) return YES; else return NO;})
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __stdobjects_h_OBJECTS_INCLUDE */
|
#endif /* __stdobjects_h_OBJECTS_INCLUDE */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue