chiark / gitweb /
conf-parser: generate 7 parsing functions from a macro
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 15 Apr 2013 02:29:43 +0000 (22:29 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 Apr 2013 04:09:15 +0000 (00:09 -0400)
commiteb3491d9ab2f2a3a28d9a6749b2c4b8abff173c6
treea6eca66707b2c6aaf8e56c52a251b30cb66d5735
parent6a58bf4135faa98f1600672179a2bf364d455f7e
conf-parser: generate 7 parsing functions from a macro

Those functions were identical, apart from typos. Log message
is modified to contain the type of destination var (int, double,
...). I think this might make it easier to understand why a value
was rejected (e.g. a minus from an unsigned type).
src/shared/conf-parser.c