]> git.ipfire.org Git - thirdparty/gettext.git/commit
intl: Pacify compilation with pre-C99 compilers
authorDaiki Ueno <ueno@gnu.org>
Fri, 21 Aug 2015 01:22:01 +0000 (10:22 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 21 Aug 2015 01:22:01 +0000 (10:22 +0900)
commit2929cd21f36be2fb4cf1165dd2329a2715f32c87
tree3969492713e83eb3398d8e49edc135c462968b47
parent5cb10fee0bacb6d3cd51f7abda35c4628fddb7f5
intl: Pacify compilation with pre-C99 compilers

* loadmsgcat.c (_nl_load_domain): Move the call to
__libc_lock_define_initialized_recursive to the end of local
variable declarations to avoid extra ';' being expanded to an
empty statement.
Reported by pan7 in:
<http://savannah.gnu.org/support/?108864>.
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/loadmsgcat.c