]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/firstboot/firstboot.c
locale-util: prefix special glyph enum values with SPECIAL_GLYPH_
authorLennart Poettering <lennart@poettering.net>
Thu, 13 Dec 2018 21:11:32 +0000 (22:11 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 14 Dec 2018 07:22:54 +0000 (08:22 +0100)
commit9a6f746fb6e21dc4fe79ed93dde8b79371a13d34
tree3893a2ce756b0326fd463a7d7244d2ad82a4f6fb
parentfd0ec39d3848029abd3a439e84c5728331de2128
locale-util: prefix special glyph enum values with SPECIAL_GLYPH_

This has been irritating me for quite a while: let's prefix these enum
values with a common prefix, like we do for almost all other enums.

No change in behaviour, just some renaming.
20 files changed:
src/analyze/analyze-security.c
src/analyze/analyze.c
src/basic/fs-util.c
src/basic/locale-util.c
src/basic/locale-util.h
src/boot/bootctl.c
src/busctl/busctl.c
src/delta/delta.c
src/firstboot/firstboot.c
src/libsystemd/sd-bus/bus-dump.c
src/login/sysfs-show.c
src/machine/machinectl.c
src/network/networkctl.c
src/portable/portable.c
src/portable/portablectl.c
src/shared/bus-unit-util.c
src/shared/cgroup-show.c
src/shared/install.c
src/systemctl/systemctl.c
src/test/test-locale-util.c