]> git.ipfire.org Git - thirdparty/util-linux.git/commit
cal: use control structure for run time configuration
authorSami Kerola <kerolasa@iki.fi>
Sun, 10 Nov 2013 18:23:28 +0000 (18:23 +0000)
committerKarel Zak <kzak@redhat.com>
Fri, 6 Dec 2013 09:58:52 +0000 (10:58 +0100)
commitb549058bd5ee5662eaddeaed7f9104c6381ddca9
tree0237d1477a32c638e85f4d7bf0c9ffa1db22f599
parent3822032da3b8431afb9ee2c0a66c210dd2223f8c
cal: use control structure for run time configuration

Runtime configuration is set at the time of command line option parsing,
and other initialization.  Later the configuration is read-only.  This
should make code a little bit more understandable.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/cal.c