Change storage of other mode flags to constants
authorJacob Bachmeyer <jcb@gnu.org>
Sun, 13 Nov 2022 04:17:17 +0000 (22:17 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Sun, 13 Nov 2022 04:17:17 +0000 (22:17 -0600)
commit3b10c53163ee3417b0607078c71708627392ba45
tree7367e7661f840c365cc5bfceb3c986bcee6331cf
parent8cfe678d99de143946fde9de3536755ee824b9b5
Change storage of other mode flags to constants

This eliminates the global variables previously used to indicate if the
--help and/or --version flags had been specified and allows the relevant
conditionals to be resolved during the compilation phase.
gatekeeper.pl