mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13483 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a0abc4c91c
commit
681be9040e
1 changed files with 4 additions and 2 deletions
|
@ -816,11 +816,13 @@ GSEnvironmentFlag(const char *name, BOOL def)
|
|||
return a;
|
||||
}
|
||||
|
||||
/**
|
||||
* Used by NSException uncaught exception handler - must not call any
|
||||
* methods/functions which might cause a recursive exception.
|
||||
*/
|
||||
const char*
|
||||
GSArgZero()
|
||||
{
|
||||
if (_gnu_arg_zero == 0)
|
||||
[NSProcessInfo class];
|
||||
if (_gnu_arg_zero == 0)
|
||||
return "";
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue