mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Export string constants and annotate exported function implementations
Moves scattered string constants to externs.m, and removes obsolete code replacing constant strings.
This commit is contained in:
parent
fb84b3b1e8
commit
0582eddd96
47 changed files with 769 additions and 945 deletions
|
@ -181,15 +181,6 @@ GSRunLoopForThread(NSThread *aThread)
|
|||
#define GSM_UNLOCK(X) \
|
||||
{NSDebugMLLog(@"GSConnection",@"Unlock %@",X);[X unlock];}
|
||||
|
||||
NSString * const NSDestinationInvalidException =
|
||||
@"NSDestinationInvalidException";
|
||||
NSString * const NSFailedAuthenticationException =
|
||||
@"NSFailedAuthenticationExceptions";
|
||||
NSString * const NSObjectInaccessibleException =
|
||||
@"NSObjectInaccessibleException";
|
||||
NSString * const NSObjectNotAvailableException =
|
||||
@"NSObjectNotAvailableException";
|
||||
|
||||
/*
|
||||
* Cache various class pointers.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue