declare constant strings as constant, and move values from source files into externs.m

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20092 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
arobert 2004-09-19 23:19:53 +00:00
parent fabb191ef1
commit 24c11fe90e
13 changed files with 69 additions and 55 deletions

View file

@ -42,7 +42,7 @@
* mapped to an [NSArray] containing the names of each class and category
* loaded (as strings).
*/
GS_EXPORT NSString* NSBundleDidLoadNotification;
GS_EXPORT NSString* const NSBundleDidLoadNotification;
/**
* A user default affecting the behavior of
@ -51,7 +51,7 @@ GS_EXPORT NSString* NSBundleDidLoadNotification;
* equivalent found. This can be useful during development to check where
* a given string in the UI is "coming from".
*/
GS_EXPORT NSString* NSShowNonLocalizedStrings;
GS_EXPORT NSString* const NSShowNonLocalizedStrings;
/**
* When an [NSBundle] loads classes and posts a
@ -59,7 +59,7 @@ GS_EXPORT NSString* NSShowNonLocalizedStrings;
* contains this key, mapped to an [NSArray] containing the names of each
* class and category loaded (as strings).
*/
GS_EXPORT NSString* NSLoadedClasses;
GS_EXPORT NSString* const NSLoadedClasses;
/**
<p>