On Tue, 30 Aug 2022 11:59:43 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
>> Magnus Ihse Bursie has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix typo > > make/autoconf/flags-cflags.m4 line 549: > >> 547: else >> 548: # Visual Studio 2017 does not support the full C11, nor any other >> well-defined C standard. >> 549: # We use the default, which is roughly C89 + certain chosen >> extensions. CS2017 will need to > >>`CS2017` > > did you mean VS 2017 ? Yes, thanks. Fixed. ------------- PR: https://git.openjdk.org/jdk/pull/10077