mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
(SIGNATURE_FORMAT_STRING): Remove "version" from between class name
and format version. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1065 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
16cb7de5b3
commit
d7c22f7452
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ enum {
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#define SIGNATURE_FORMAT_STRING \
|
#define SIGNATURE_FORMAT_STRING \
|
||||||
@"GNU Objective C (%s %d.%d.%d), [%s] version %d\n"
|
@"GNU Objective C (%s %d.%d.%d) [%s %d]\n"
|
||||||
|
|
||||||
#define WRITE_SIGNATURE_FORMAT_ARGS \
|
#define WRITE_SIGNATURE_FORMAT_ARGS \
|
||||||
STRINGIFY(OBJECTS_PACKAGE_NAME), \
|
STRINGIFY(OBJECTS_PACKAGE_NAME), \
|
||||||
|
|
|
@ -52,7 +52,7 @@ enum {
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#define SIGNATURE_FORMAT_STRING \
|
#define SIGNATURE_FORMAT_STRING \
|
||||||
@"GNU Objective C (%s %d.%d.%d), [%s] version %d\n"
|
@"GNU Objective C (%s %d.%d.%d) [%s %d]\n"
|
||||||
|
|
||||||
#define WRITE_SIGNATURE_FORMAT_ARGS \
|
#define WRITE_SIGNATURE_FORMAT_ARGS \
|
||||||
STRINGIFY(OBJECTS_PACKAGE_NAME), \
|
STRINGIFY(OBJECTS_PACKAGE_NAME), \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue