pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lang/vim crashes when build on ubuntu



The original patch looks like a better option. di_key[] with no length
is a flexible array member which is part of C99 not a GNU C extension.

You don't need to limit it under __GNUC__ which looked gross to the vim
folk and was the main objection to the patch.


Home | Main Index | Thread Index | Old Index