On 19-Apr.-2018 06:58, Bram Moolenaar wrote:
Yeah, at least the configure check works. But clearly this change will
mean you can no longer compile Vim. So let's not allow for flexible
array members. It's a nice feature, pity we can't use it.
I'll make a patch to revert this, please check tha
John Marriott wrote:
> On 18-Apr.-2018 07:24, Bram Moolenaar wrote:
> > John Marriott wrote:
> >
> >> On 17-Apr.-2018 00:38, Mike Williams wrote:
> >>> Hi
> >>>
> >>> On 16/04/2018 14:16, Bram Moolenaar wrote:
> >>>> I
On 18-Apr.-2018 07:24, Bram Moolenaar wrote:
John Marriott wrote:
On 17-Apr.-2018 00:38, Mike Williams wrote:
Hi
On 16/04/2018 14:16, Bram Moolenaar wrote:
I wrote:
Patch 8.0.1723
Problem:Â Â Â Using one item array size declaration is misleading.
Solution:Â Â Instead of using "[1]
John Marriott wrote:
> On 17-Apr.-2018 00:38, Mike Williams wrote:
> > Hi
> >
> > On 16/04/2018 14:16, Bram Moolenaar wrote:
> >>
> >> I wrote:
> >>
> >>> Patch 8.0.1723
> >>> Problem: Using one item array size declarat
On 16/04/2018 08:16 a.m., Bram Moolenaar wrote:
>
> [...]
> If you notice a problem because of this patch, please speak up!
> Also if it's just a compiler warning. We want to know if this C99
> feature works for everybody.
I'm using mingw-w64 on Windows 7, gcc 7.2.0, and I don't get any
warnings
On 17-Apr.-2018 00:38, Mike Williams wrote:
Hi
On 16/04/2018 14:16, Bram Moolenaar wrote:
I wrote:
Patch 8.0.1723
Problem: Using one item array size declaration is misleading.
Solution: Instead of using "[1]" and actually using a larger
array, use
"[
Hi
On 16/04/2018 14:16, Bram Moolenaar wrote:
I wrote:
Patch 8.0.1723
Problem:Using one item array size declaration is misleading.
Solution: Instead of using "[1]" and actually using a larger array, use
"[]". This is to verify that this C99 f
FWIW I don't see any compiler messages (neither in Huge nor in Tiny)
but I'm on Linux and it's MSVC support which is problematic. Let's see
if we get errors or warnings on Windows.
Best regards,
Tony.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply
I wrote:
> Patch 8.0.1723
> Problem:Using one item array size declaration is misleading.
> Solution: Instead of using "[1]" and actually using a larger array, use
> "[]". This is to verify that this C99 feature works for all
> com
Patch 8.0.1723
Problem:Using one item array size declaration is misleading.
Solution: Instead of using "[1]" and actually using a larger array, use
"[]". This is to verify that this C99 feature works for all
compilers.
Files: src/stru
10 matches
Mail list logo