mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
16cff5f0cf
commit
af5a95d31b
1 changed files with 4 additions and 2 deletions
|
@ -816,11 +816,13 @@ GSEnvironmentFlag(const char *name, BOOL def)
|
||||||
return a;
|
return a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Used by NSException uncaught exception handler - must not call any
|
||||||
|
* methods/functions which might cause a recursive exception.
|
||||||
|
*/
|
||||||
const char*
|
const char*
|
||||||
GSArgZero()
|
GSArgZero()
|
||||||
{
|
{
|
||||||
if (_gnu_arg_zero == 0)
|
|
||||||
[NSProcessInfo class];
|
|
||||||
if (_gnu_arg_zero == 0)
|
if (_gnu_arg_zero == 0)
|
||||||
return "";
|
return "";
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue