([Encoder -writeSignature]): Use new macro.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1008 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-02-29 01:50:05 +00:00
parent 189f6992db
commit d693f394d4

View file

@ -120,8 +120,7 @@ my_object_is_class(id object)
{
/* Careful: the string should not contain newlines. */
[[cstream stream] writeFormat: SIGNATURE_FORMAT_STRING,
[self defaultDecoderClassname],
format_version];
WRITE_SIGNATURE_FORMAT_ARGS];
}