ObjFW  Diff

Differences From Artifact [5bb4fe2eb8]:

To Artifact [491222589f]:


24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#endif

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

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

#if defined(__has_feature) && __has_feature(objc_bool)
# undef YES
# define YES __objc_yes







|







24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#endif

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

#ifdef OF_OBJFW_RUNTIME
# import "runtime.h"
#else
# import <objc/objc.h>
#endif

#if defined(__has_feature) && __has_feature(objc_bool)
# undef YES
# define YES __objc_yes