git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13483 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-04-16 15:22:30 +00:00
parent a0abc4c91c
commit 681be9040e

View file

@ -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