mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 04:32:03 +00:00
(SIGNATURE_FORMAT_STRING): Change to include package name and version.
(WRITE_SIGNATURE_FORMAT_ARGS): New macro. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1006 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c418865078
commit
df2d822402
2 changed files with 20 additions and 2 deletions
|
@ -52,7 +52,16 @@ enum {
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#define SIGNATURE_FORMAT_STRING \
|
#define SIGNATURE_FORMAT_STRING \
|
||||||
@"GNU Objective C Class Library %s version %d\n"
|
@"GNU Objective C (%s %d.%d.%d), [%s] version %d\n"
|
||||||
|
|
||||||
|
#define WRITE_SIGNATURE_FORMAT_ARGS \
|
||||||
|
OBJECTS_PACKAGE_NAME, \
|
||||||
|
OBJECTS_MAJOR_VERSION, \
|
||||||
|
OBJECTS_MINOR_VERSION, \
|
||||||
|
OBJECTS_SUBMINOR_VERSION, \
|
||||||
|
[self defaultDecoderClassname], \
|
||||||
|
format_version
|
||||||
|
|
||||||
|
|
||||||
#define NO_SEL_TYPES "none"
|
#define NO_SEL_TYPES "none"
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,16 @@ enum {
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#define SIGNATURE_FORMAT_STRING \
|
#define SIGNATURE_FORMAT_STRING \
|
||||||
@"GNU Objective C Class Library %s version %d\n"
|
@"GNU Objective C (%s %d.%d.%d), [%s] version %d\n"
|
||||||
|
|
||||||
|
#define WRITE_SIGNATURE_FORMAT_ARGS \
|
||||||
|
OBJECTS_PACKAGE_NAME, \
|
||||||
|
OBJECTS_MAJOR_VERSION, \
|
||||||
|
OBJECTS_MINOR_VERSION, \
|
||||||
|
OBJECTS_SUBMINOR_VERSION, \
|
||||||
|
[self defaultDecoderClassname], \
|
||||||
|
format_version
|
||||||
|
|
||||||
|
|
||||||
#define NO_SEL_TYPES "none"
|
#define NO_SEL_TYPES "none"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue