]> git.draconx.ca Git - dxcommon.git/commit
help: Improve compatibility with old compilers.
authorNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 21:28:01 +0000 (16:28 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 21:28:01 +0000 (16:28 -0500)
commitfefed57c88a4cdd3f6cbcb75c1f1cbe462b85e0e
tree91082bc16ea02147551aa68a5b30c13339368515
parentcf78d2aad652d3dd53a76e6651a08194a52afb6e
help: Improve compatibility with old compilers.

Before C99 it is not allowed to have a comma after the last item in an
enum declaration, even though a lot of C89 compilers do support it.
src/help.c