New improved GSI map macros and added support for GSM alphabet.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12210 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-01-24 17:03:04 +00:00
parent 0a0dbb9373
commit e01822a928
18 changed files with 538 additions and 28 deletions

View file

@ -337,6 +337,8 @@ static char **_gnu_noobjc_env;
#if (CMDLINE_TERMINATED == 0)
_gnu_noobjc_argc++;
#endif
fclose(ifp);
/*
* Now _gnu_noobcj_argc is the number of arguments;
* allocate memory accordingly.
@ -345,7 +347,7 @@ static char **_gnu_noobjc_env;
if (_gnu_noobjc_argv == NULL)
goto malloc_error;
fclose(ifp);
ifp=fopen(proc_file_name,"r");
//freopen(proc_file_name, "r", ifp);
if (ifp == NULL)
@ -551,8 +553,9 @@ int main(int argc, char *argv[], char *env[])
}
if (!_gnu_sharedProcessInfoObject)
_gnu_sharedProcessInfoObject = [[_NSConcreteProcessInfo alloc] init];
{
_gnu_sharedProcessInfoObject = [[_NSConcreteProcessInfo alloc] init];
}
return _gnu_sharedProcessInfoObject;
}