mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +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
164ab2393e
commit
817c1e5677
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, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue