mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
* Source/NSDistantObject.m: Make proxyLocation an enum tag, not a
variable. * Source/NSFileManager.m (custom_strdup, append_file_to_path): Make static. * Source/NSString.m (-isEqual:): Clarify documentation. * Source/NSUnarchiver.m (mapClassObject, mapClassName): Make static. * Source/Additions/Unicode.m (GetDefEncoding): Add missing void in the prototype. * Tools/make_strings/make_strings.m (ParseFile): Remove spurious static on the nested function add_arg_ch. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20163 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e356c0942
commit
c668c9d96a
7 changed files with 23 additions and 10 deletions
|
@ -118,7 +118,7 @@ static int ParseFile(const char *filename,NSMutableDictionary *tables)
|
|||
|
||||
int depth=0;
|
||||
|
||||
static void add_arg_ch(int ch)
|
||||
void add_arg_ch(int ch)
|
||||
{
|
||||
if (arg_len[num_args]+1>=arg_size[num_args])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue