1
0
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:
Bruno Haible
2002-11-19 12:55:48 +00:00
parent 4cda19576b
commit 2cd11405ed
15 changed files with 81 additions and 51 deletions

View File

@@ -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;
}