mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
backward compat tweaks
This commit is contained in:
parent
f320aece3a
commit
cc0ffd9068
2 changed files with 6 additions and 1 deletions
|
@ -3384,6 +3384,11 @@ static NSMutableDictionary *launchInfo = nil;
|
|||
repeats: NO];
|
||||
}
|
||||
|
||||
- (void) terminate
|
||||
{
|
||||
[self terminate: nil];
|
||||
}
|
||||
|
||||
- (void) timedOut: (NSTimer*)t
|
||||
{
|
||||
static BOOL inTimeout = NO;
|
||||
|
|
|
@ -1852,7 +1852,7 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
|
|||
{
|
||||
NS_DURING
|
||||
{
|
||||
[[c obj] terminate];
|
||||
[[c obj] terminate: nil];
|
||||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue