Index: src/OFConstantString.h ================================================================== --- src/OFConstantString.h +++ src/OFConstantString.h @@ -26,13 +26,13 @@ } # endif #endif /*! - * @brief A class for storing constant strings using the \@"" literal. + * @brief A class for storing constant strings using the `@""` literal. */ @interface OFConstantString: OFString { char *_cString; unsigned int _cStringLength; } @end Index: src/OFConstantString.m ================================================================== --- src/OFConstantString.m +++ src/OFConstantString.m @@ -12,13 +12,13 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#include "config.h" - #define OF_CONSTANT_STRING_M + +#include "config.h" #include #include #import "OFConstantString.h" Index: src/OFDeflateStream.m ================================================================== --- src/OFDeflateStream.m +++ src/OFDeflateStream.m @@ -12,13 +12,13 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#include "config.h" - #define OF_DEFLATE_STREAM_M + +#include "config.h" #include #include #include Index: src/OFKernelEventObserver.m ================================================================== --- src/OFKernelEventObserver.m +++ src/OFKernelEventObserver.m @@ -12,13 +12,13 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#include "config.h" - #define __NO_EXT_QNX + +#include "config.h" #include #import "OFKernelEventObserver.h" #import "OFKernelEventObserver+Private.h" Index: src/OFKernelEventObserver_poll.m ================================================================== --- src/OFKernelEventObserver_poll.m +++ src/OFKernelEventObserver_poll.m @@ -12,13 +12,13 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#include "config.h" - #define __NO_EXT_QNX + +#include "config.h" #ifdef HAVE_POLL_H # include #endif Index: src/OFKernelEventObserver_select.m ================================================================== --- src/OFKernelEventObserver_select.m +++ src/OFKernelEventObserver_select.m @@ -12,13 +12,13 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#include "config.h" - #define __NO_EXT_QNX + +#include "config.h" #include #include #include Index: src/OFStream.m ================================================================== --- src/OFStream.m +++ src/OFStream.m @@ -12,13 +12,13 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#include "config.h" - #define __NO_EXT_QNX + +#include "config.h" #include #include #include #include Index: src/OFStreamSocket.m ================================================================== --- src/OFStreamSocket.m +++ src/OFStreamSocket.m @@ -12,13 +12,13 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#include "config.h" - #define __NO_EXT_QNX + +#include "config.h" #include #include Index: src/OFSystemInfo.m ================================================================== --- src/OFSystemInfo.m +++ src/OFSystemInfo.m @@ -12,13 +12,13 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#include "config.h" - #define __NO_EXT_QNX + +#include "config.h" #import "OFSystemInfo.h" #include Index: src/OFTCPSocket.m ================================================================== --- src/OFTCPSocket.m +++ src/OFTCPSocket.m @@ -12,13 +12,13 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#include "config.h" - #define __NO_EXT_QNX + +#include "config.h" #include #include #include Index: src/OFThread.m ================================================================== --- src/OFThread.m +++ src/OFThread.m @@ -12,18 +12,16 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#define _POSIX_C_SOURCE 199309 - -#include "config.h" - #define OF_THREAD_M - +#define _POSIX_C_SOURCE 199309 #define _POSIX_TIMERS #define __NO_EXT_QNX + +#include "config.h" #include #include #include