empserver/src/lib/gen
Markus Armbruster 341b1b4d15 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>
2015-05-14 09:48:57 +02:00
..
chance.c Improve portability to really outmoded compilers 2015-05-14 09:48:57 +02:00
disassoc.c Update copyright notice 2015-02-28 16:21:34 +01:00
fnameat.c Update copyright notice 2015-02-28 16:21:34 +01:00
fsize.c Update copyright notice 2015-02-28 16:21:34 +01:00
ioqueue.c Update copyright notice 2015-02-28 16:21:34 +01:00
log.c Update copyright notice 2015-02-28 16:21:34 +01:00
mt19937ar.c Switch PRNG from BSD random() to Mersenne Twister 2013-05-08 06:55:21 +02:00
mt19937ar.h Switch PRNG from BSD random() to Mersenne Twister 2013-05-08 06:55:21 +02:00
numstr.c Update copyright notice 2015-02-28 16:21:34 +01:00
parse.c Update copyright notice 2015-02-28 16:21:34 +01:00
plur.c Update copyright notice 2015-02-28 16:21:34 +01:00
queue.c Update copyright notice 2015-02-28 16:21:34 +01:00
round.c Update copyright notice 2015-02-28 16:21:34 +01:00
scthash.c Update copyright notice 2015-02-28 16:21:34 +01:00
tcp_listen.c Update copyright notice 2015-02-28 16:21:34 +01:00