aboutsummaryrefslogtreecommitdiff
path: root/intl/intl-compat.c
diff options
context:
space:
mode:
authorGaius Mulley <gaiusmod2@gmail.com>2023-05-13 15:49:50 +0100
committerGaius Mulley <gaiusmod2@gmail.com>2023-05-13 15:49:50 +0100
commit2415442489d35a70953e11ac723452f39eb06e26 (patch)
tree647137763f12302c373683bffdedd5284be2180d /intl/intl-compat.c
parent8b18714fbb1ca9812b33b3de75fe6ba4a57d4946 (diff)
downloadgcc-2415442489d35a70953e11ac723452f39eb06e26.zip
gcc-2415442489d35a70953e11ac723452f39eb06e26.tar.gz
gcc-2415442489d35a70953e11ac723452f39eb06e26.tar.bz2
Replace bool as boolean instead of int in libgm2
This patch tidies KeyBoardLEDs.cc, RTco.cc, sckt.cc and wrapc.cc by removing the TRUE/FALSE macros and using bool, true and false. libgm2/ChangeLog: * libm2cor/KeyBoardLEDs.cc (TRUE): Remove. (FALSE): Remove. (init): Replace TRUE with true. * libm2iso/RTco.cc (TRUE): Remove. (FALSE): Remove. (initSem): Replace int with bool. (init): Replace FALSE with false. * libm2pim/sckt.cc (TRUE): Remove. (FALSE): Remove. * libm2pim/wrapc.cc: Replace TRUE with true and FALSE with false. (FALSE): Remove. (TRUE): Remove. Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
Diffstat (limited to 'intl/intl-compat.c')
0 files changed, 0 insertions, 0 deletions