]> git.ipfire.org Git - thirdparty/gettext.git/commit
Modernize coding style: Avoid 'goto' statements where possible.
authorBruno Haible <bruno@clisp.org>
Fri, 12 Dec 2025 10:28:00 +0000 (11:28 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 12 Dec 2025 10:28:00 +0000 (11:28 +0100)
commitc7ce599588e5faea6e95891bcdba69cbaecb3708
treedbbf84717efbe7dd635fdfc99cd8698f334c7a00
parenta5c1a7f6c154ba70dce5881d3689f5e39259d604
Modernize coding style: Avoid 'goto' statements where possible.

* gettext-tools/src/msgfmt.c (get_languages): Use if/else instead of 'goto'.
gettext-tools/src/msgfmt.c