OSDN Git Service

[Refactor] Use built-in literals for bool types
authorHabu <habu1010+github@gmail.com>
Mon, 31 Jan 2022 15:20:35 +0000 (00:20 +0900)
committerHabu <habu1010+github@gmail.com>
Mon, 31 Jan 2022 15:29:29 +0000 (00:29 +0900)
commit5148560898af7694dcd8651edb11bfa4c45104aa
tree0a85f0ce47c60188e4c94ac43d329a8d2d039d52
parent487bc18487eb3508cc3fc7cd0a72f00a213057b3
[Refactor] Use built-in literals for bool types

Since the code base is C++, as a rule, we do not use the TRUE/FALSE
macro for the bool type, but use the true/false literal instead.
src/main-gcu.cpp