(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:
Andrew McCallum 1996-02-29 01:39:48 +00:00
parent c418865078
commit df2d822402
2 changed files with 20 additions and 2 deletions

View file

@ -52,7 +52,16 @@ enum {
@end
#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"