ObjFW  Diff

Differences From Artifact [a5359bc24a]:

  • File src/macros.h — part of check-in [2fb22c605b] at 2015-10-01 20:34:22 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] [more...]

To Artifact [e7b0f05f6d]:


1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
 *   Jonathan Schleifer <js@webkeks.org>
 *
 * All rights reserved.
 *
 * This file is part of ObjFW. It may be distributed under the terms of the
 * Q Public License 1.0, which can be found in the file LICENSE.QPL included in
 * the packaging of this file.
 *

|
|







1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
 *   Jonathan Schleifer <js@heap.zone>
 *
 * All rights reserved.
 *
 * This file is part of ObjFW. It may be distributed under the terms of the
 * Q Public License 1.0, which can be found in the file LICENSE.QPL included in
 * the packaging of this file.
 *