ObjFW  Diff

Differences From Artifact [981d954d73]:

To Artifact [a15c73b575]:


659
660
661
662
663
664
665
666
667
668
669
670


671
672
673
674
675
676
677
659
660
661
662
663
664
665

666
667
668
669
670
671
672
673
674
675
676
677
678







-




+
+







}
#endif

- init
{
	@try {
		[self doesNotRecognizeSelector: _cmd];
		abort();
	} @catch (id e) {
		[self release];
		@throw e;
	}

	abort();
}

- initWithPath: (OFString*)path
	  mode: (OFString*)mode
{
	self = [super init];

792
793
794
795
796
797
798
799
800
801
802
803


804
805
806
807
808
809
810
793
794
795
796
797
798
799

800
801
802
803
804
805
806
807
808
809
810
811
812







-




+
+







}

- initWithPath: (OFString*)path
	  mode: (OFString*)mode
{
	@try {
		[self doesNotRecognizeSelector: _cmd];
		abort();
	} @catch (id e) {
		[self release];
		@throw e;
	}

	abort();
}

- autorelease
{
	return self;
}