diff --git a/Source/NSCoder.m b/Source/NSCoder.m index 2554ae326..a4bf10705 100644 --- a/Source/NSCoder.m +++ b/Source/NSCoder.m @@ -368,7 +368,7 @@ // Getting a Version -- (unsigned int) systemVersion; +- (unsigned int) systemVersion { return (((GNUSTEP_BASE_MAJOR_VERSION * 100) + GNUSTEP_BASE_MINOR_VERSION) * 100) + GNUSTEP_BASE_SUBMINOR_VERSION;