Re: [Mingw-w64-public] [PATCH] fix uchar.h for Clang

2016-10-17 Thread Martell Malone
Jon_y beat me to it. :) I had modified it to fit within a reasonable line character limit with this adjustment. Author: mati865 Date: Mon Oct 17 12:08:24 2016 + fix uchar.h for Clang Clang defines itself as GCC 4.2.1 and triggers check for GCC lower than

Re: [Mingw-w64-public] [PATCH] fix uchar.h for Clang

2016-10-17 Thread Mateusz
Can some commit it? śr., 28 wrz 2016, 16:29 użytkownik JonY napisał: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 9/28/2016 18:02, Mateusz wrote: > > Looks attachment didn't work. Here is the patch: > > > >> From

Re: [Mingw-w64-public] [PATCH] fix uchar.h for Clang

2016-09-28 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 9/28/2016 18:02, Mateusz wrote: > Looks attachment didn't work. Here is the patch: > >> From e98ec7a116256108831f035eb0a7f0f2fdf049e9 Mon Sep 17 00:00:00 >> 2001 > From: mati865 Date: Wed, 28 Sep 2016 11:45:40 > +0200

Re: [Mingw-w64-public] [PATCH] fix uchar.h for Clang

2016-09-28 Thread Mateusz
Looks attachment didn't work. Here is the patch: >From e98ec7a116256108831f035eb0a7f0f2fdf049e9 Mon Sep 17 00:00:00 2001 From: mati865 Date: Wed, 28 Sep 2016 11:45:40 +0200 Subject: [PATCH] fix uchar.h for Clang Clang defines itself as GCC 4.2.1 and triggers check for GCC

Re: [Mingw-w64-public] [PATCH] fix uchar.h for Clang

2016-09-28 Thread Mateusz
Fixed patch so it don't remove newline at the end of file. 2016-09-28 11:54 GMT+02:00 Mateusz : > Fixes this error when compiling with clang: > "D:\projekty\msys2\clang\msys64\mingw32\i686-w64-mingw32\include\uchar.h:34:24: > e rror: cannot combine with previous 'type-name'

[Mingw-w64-public] [PATCH] fix uchar.h for Clang

2016-09-28 Thread Mateusz
Fixes this error when compiling with clang: "D:\projekty\msys2\clang\msys64\mingw32\i686-w64-mingw32\include\uchar.h:34:24: e rror: cannot combine with previous 'type-name' declaration specifier typedef uint_least16_t char16_t; ^