]> git.pond.sub.org Git - empserver/commit
Improve portability to really outmoded compilers
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 14 May 2015 07:27:05 +0000 (09:27 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 14 May 2015 07:48:57 +0000 (09:48 +0200)
commit341b1b4d15edcfd35ad4551d06f2402aae9a89a3
treea537deef01baabe1a5eea6da1db186606125a468
parent7f68f374338955381f83b9732412a1a8e5bbac97
Improve portability to really outmoded compilers

A few modernisms have crept in:

* Trailing comma in enum definition (commit 71320ed, v4.3.10)

* // comment (commit 265e71e, v4.3.11)

* <stdint.h> (commit 9102ecc, v4.3.31)

  MSC actually chokes on this one.

Avoid them.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
include/optlist.h
src/lib/gen/chance.c
src/lib/update/sect.c