]> git.saurik.com Git - bison.git/blobdiff - src/scan-gram.l
Switch from 'int' to 'bool' where that makes sense.
[bison.git] / src / scan-gram.l
index 337f9db195872339e1bfb59be0f0b2bfc97c55b1..5a3768e286dc9cc6c9638ce071efc2959dffdc49 100644 (file)
@@ -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;