ObjFW  Artifact Description [a5359bc24a]

Artifact a5359bc24aea6175427284fdbb754a7f9cb28c53e5bea3956189608d54eb16c5:

  • File src/macros.h
    • 2015-10-01 20:34:22 — part of check-in [2fb22c605b] on branch trunk — Use _Nullable instead of __nullable

      Same for _Nonnull / __nonnull.

      Apple implemented it as __nullable / __nonnull in their version of Clang
      and sent that for upstreaming. My inital comments about this being a
      potential problem and to better use _Nullable / _Nonnull had been
      rejected as being too late, so I assumed it stayed that way. But
      apparently, it has been changed to _Nullable / _Nonnull before the 3.7.0
      release. (user: js, size: 14924) [annotate] [blame] [check-ins using]

    • 2015-10-01 20:39:13 — part of check-in [edd5f57b86] on branch 0.8 — Use _Nullable instead of __nullable

      Same for _Nonnull / __nonnull.

      Apple implemented it as __nullable / __nonnull in their version of Clang
      and sent that for upstreaming. My inital comments about this being a
      potential problem and to better use _Nullable / _Nonnull had been
      rejected as being too late, so I assumed it stayed that way. But
      apparently, it has been changed to _Nullable / _Nonnull before the 3.7.0
      release. (user: js, size: 14924) [annotate] [blame] [check-ins using]