From e9cf434dd8417838f036f25737759b77f790caca Mon Sep 17 00:00:00 2001 From: rfm Date: Tue, 10 Oct 2006 05:27:23 +0000 Subject: [PATCH] dicumentation tweaks git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23834 72102866-910b-0410-8b05-ffd578937521 --- Headers/Additions/GNUstepBase/GSObjCRuntime.h | 4 ++-- Source/DocMakefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Headers/Additions/GNUstepBase/GSObjCRuntime.h b/Headers/Additions/GNUstepBase/GSObjCRuntime.h index 47c334532..1a249e080 100644 --- a/Headers/Additions/GNUstepBase/GSObjCRuntime.h +++ b/Headers/Additions/GNUstepBase/GSObjCRuntime.h @@ -698,12 +698,12 @@ GSObjCAllSubclassesOfClass(Class cls); GS_EXPORT NSArray * GSObjCDirectSubclassesOfClass(Class cls); -#ifndef NO_DEPRECATED +#if GS_API_VERSION(GS_API_ANY,011500) GS_EXPORT const char * GSLastErrorStr(long error_id) GS_ATTRIB_DEPRECATED; -#endif /* NO_DEPRECATED */ +#endif diff --git a/Source/DocMakefile b/Source/DocMakefile index 39622d2c6..349582f37 100644 --- a/Source/DocMakefile +++ b/Source/DocMakefile @@ -131,6 +131,7 @@ GSLock.h \ GSMime.h \ GSObjCRuntime.h \ GSUnion.h \ +GSVersionMacros.h \ GSXML.h \ behavior.h \ Unicode.h \