]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Consistently use block comments at beginning of C99 and C11 tests
authorDetlef Riekenberg <wine.dev@web.de>
Sat, 3 Sep 2022 23:57:25 +0000 (01:57 +0200)
committerZack Weinberg <zack@owlfolio.org>
Tue, 12 Dec 2023 20:23:16 +0000 (15:23 -0500)
commitba719bedba517b501473b3d86af5202f379fced8
treefec0be6dceaaf7ed0ff75d9b31197ab5c28d8950
parent185d1db28b48f78eb480a8d19db100ecda7a4fc1
Consistently use block comments at beginning of C99 and C11 tests

Purely cosmetic improvement to the C standard version tests: Use /* */
comments above all three checks of __STDC__ and/or __STDC_VERSION__,
and make “// See if C++-style comments work” the very first // comment.

Resolves issue #110713.

* c.m4 (_AC_C_C99_TEST_GLOBALS, _AC_C_C11_TEST_GLOBALS):
  Improve stylistic consistency with _AC_C_C89_TEST_GLOBALS.
  Move explicit test of C++-style comments earlier.
lib/autoconf/c.m4