mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
Switch from 'int' to 'bool' where that makes sense.
This commit is contained in:
@@ -841,7 +841,7 @@ static inline bool
|
||||
handle_action_at (char *text, location loc)
|
||||
{
|
||||
char *cp = text + 1;
|
||||
locations_flag = 1;
|
||||
locations_flag = true;
|
||||
|
||||
if (! current_rule)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user