C99 feature in loadapi.c

2014-09-22 Thread Gisle Vanem
The commit http://git.savannah.gnu.org/cgit/make.git/commit/?id=562344122f3a3327ca4e285f203355857c4a25ff breaks MSVC v16 build because of the C99 feature of 'declaration after code'. Can you please apply this diff? ---Git-Latest/loadapi.c 2014-09-21 16:21:17 + +++ loadapi.c

Re: C99 feature in loadapi.c

2014-09-22 Thread Paul Smith
On Mon, 2014-09-22 at 11:53 +0200, Gisle Vanem wrote: The commit http://git.savannah.gnu.org/cgit/make.git/commit/?id=562344122f3a3327ca4e285f203355857c4a25ff breaks MSVC v16 build because of the C99 feature of 'declaration after code'. Can you please apply this diff? Yes, I already