ObjFW  Diff

Differences From Artifact [4b65dc7955]:

To Artifact [6e155b4549]:


379
380
381
382
383
384
385
386
387
388
389
390
391
392
393

- (void)release
{
}

- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}

- (bool)hasTerminal
{
#ifdef HAVE_ISATTY
	return isatty(_fd);
#else







|







379
380
381
382
383
384
385
386
387
388
389
390
391
392
393

- (void)release
{
}

- (unsigned int)retainCount
{
	return OFMaxRetainCount;
}

- (bool)hasTerminal
{
#ifdef HAVE_ISATTY
	return isatty(_fd);
#else