]> git.ipfire.org Git - thirdparty/coreutils.git/commit
basenc: port to C99
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 May 2019 20:01:37 +0000 (13:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 May 2019 20:55:54 +0000 (13:55 -0700)
commit2fd0be3621027d67b83c7427c1b629bb5e18906e
tree73acda3ef791b3781d583e0dc78d17a325a85753
parenta970a977374bedfeff2a2e1f3f2bf301323a85db
basenc: port to C99

* src/basenc.c: Various minor style cleanups.
(struct base_decode_context): Do not use anonymous unions, as
they’re not in C99.  Use a named union instead.  All uses changed.
src/basenc.c