ObjFW  Diff

Differences From Artifact [a9bb10dc6d]:

To Artifact [5c9737ae0e]:


14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#error Please use objfw-config!
#endif

#include <stddef.h>
#include <stdint.h>

#import <objc/objc.h>
#ifndef __objc_INCLUDE_GNU
#import <objc/message.h>
#endif

/**
 * A result of a comparison.
 */
typedef enum {
	/// The left object is smaller than the right
	OF_ORDERED_ASCENDING = -1,







<
<
<







14
15
16
17
18
19
20



21
22
23
24
25
26
27
#error Please use objfw-config!
#endif

#include <stddef.h>
#include <stdint.h>

#import <objc/objc.h>




/**
 * A result of a comparison.
 */
typedef enum {
	/// The left object is smaller than the right
	OF_ORDERED_ASCENDING = -1,