ObjFW  Diff

Differences From Artifact [d59ecc6081]:

To Artifact [2662d5b8c3]:


10
11
12
13
14
15
16



17

18
19
20
21
22
23
24
 */

#import "objfw-defs.h"

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




#import <objc/objc.h>


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







>
>
>
|
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 */

#import "objfw-defs.h"

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

#ifdef OF_OBJFW_RUNTIME
# import <objfw-rt.h>
#else
# import <objc/objc.h>
#endif

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