mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(WRITE_SIGNATURE_FORMAT_ARGS): Use STRINGIFY() for OBJECTS_PACKAGE_NAME.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1018 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fdeb9d835e
commit
8e1ff3942b
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ enum {
|
|||
@"GNU Objective C (%s %d.%d.%d), [%s] version %d\n"
|
||||
|
||||
#define WRITE_SIGNATURE_FORMAT_ARGS \
|
||||
OBJECTS_PACKAGE_NAME, \
|
||||
STRINGIFY(OBJECTS_PACKAGE_NAME), \
|
||||
OBJECTS_MAJOR_VERSION, \
|
||||
OBJECTS_MINOR_VERSION, \
|
||||
OBJECTS_SUBMINOR_VERSION, \
|
||||
|
|
|
@ -55,7 +55,7 @@ enum {
|
|||
@"GNU Objective C (%s %d.%d.%d), [%s] version %d\n"
|
||||
|
||||
#define WRITE_SIGNATURE_FORMAT_ARGS \
|
||||
OBJECTS_PACKAGE_NAME, \
|
||||
STRINGIFY(OBJECTS_PACKAGE_NAME), \
|
||||
OBJECTS_MAJOR_VERSION, \
|
||||
OBJECTS_MINOR_VERSION, \
|
||||
OBJECTS_SUBMINOR_VERSION, \
|
||||
|
|
Loading…
Reference in a new issue