]> granicus.if.org Git - vim/commit
patch 8.0.1736: check for C99 features is incomplete v8.0.1736
authorBram Moolenaar <Bram@vim.org>
Thu, 19 Apr 2018 18:39:41 +0000 (20:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 19 Apr 2018 18:39:41 +0000 (20:39 +0200)
commit226400830b470774bf5a552e1af10706b609720c
tree0e3839bcc0e2399e1f88ad9ad931cd929303962b
parent285e3358696b1bc6296e5d4c53425680ce8fbd54
patch 8.0.1736: check for C99 features is incomplete

Problem:    Check for C99 features is incomplete.
Solution:   Use AC_PROG_CC_C99 and when C99 isn't fully supported check the
            features we need. (James McCoy, closes #2820)
src/auto/configure
src/configure.ac
src/version.c