mbox series

[v2,0/1] Add a test balloon for C99 support

Message ID 20211116021241.1565740-1-sandals@crustytoothpaste.net (mailing list archive)
Headers show
Series Add a test balloon for C99 support | expand

Message

brian m. carlson Nov. 16, 2021, 2:12 a.m. UTC
There seems to be a decent amount of interest in moving to C99 as our
base level of C support due to the many features it provides.  Let's add
a test balloon to make sure we haven't accidentally excluded any
systems.

Changes from v1:
* Don't modify SPARSE_FLAGS since it's unnecessary.
* Improve commit message to explain why we use -std=gnu99.

brian m. carlson (1):
  git-compat-util: add a test balloon for C99 support

 Makefile                            |  2 +-
 contrib/buildsystems/CMakeLists.txt |  2 +-
 git-compat-util.h                   | 12 ++++++++++++
 3 files changed, 14 insertions(+), 2 deletions(-)