mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Start using bool.
This commit is contained in:
@@ -343,5 +343,5 @@ Input::read_keys ()
|
||||
|
||||
/* See if any additional C code is included at end of this file. */
|
||||
if (ptr)
|
||||
_additional_code = 1;
|
||||
_additional_code = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user