Fix typo (GSAPI_LAST -> GS_API_LATEST)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31139 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ericwa 2010-08-14 01:00:49 +00:00
parent 71f2b0eefd
commit afe42b29fe
3 changed files with 17 additions and 11 deletions

View file

@ -131,7 +131,7 @@ GS_EXPORT NSString* const NSDecimalDigits;
/** Key for locale dictionary: array of strings for AM and PM. */
GS_EXPORT NSString* const NSAMPMDesignation;
#if OS_API_VERSION(GSAPI_MACOSX, GSAPI_LAST)
#if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST)
/**
* Array of arrays of NSStrings, first member of each specifying a time,
@ -242,7 +242,7 @@ GS_EXPORT NSString* const GSLocale;
*/
+ (NSUserDefaults*) standardUserDefaults;
#if OS_API_VERSION(GSAPI_MACOSX, GSAPI_LAST)
#if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST)
/**
* Resets the shared user defaults object to reflect the current
* user ID. Needed by setuid processes which change the user they
@ -269,7 +269,7 @@ GS_EXPORT NSString* const GSLocale;
+ (void) setUserLanguages: (NSArray*)languages;
#endif
#if OS_API_VERSION(GSAPI_MACOSX, GSAPI_LAST)
#if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST)
/**
* Adds the domain names aName to the search list of the receiver.<br />
* The domain is added after the application domain.<br />
@ -352,7 +352,7 @@ GS_EXPORT NSString* const GSLocale;
*/
- (void) removeObjectForKey: (NSString*)defaultName;
#if OS_API_VERSION(GSAPI_MACOSX, GSAPI_LAST)
#if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST)
/**
* Removes the named domain from the search list of the receiver.<br />
* Suites may be added using the -addSuiteNamed: method.