summaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h
index c9b60ee2c3e..61a277c3766 100644
--- a/gcc/toplev.h
+++ b/gcc/toplev.h
@@ -167,7 +167,7 @@ struct lang_hooks
void (*post_options) PARAMS ((void));
/* Nonzero if TYPE_READONLY and TREE_READONLY should always be honored. */
- int honor_readonly;
+ bool honor_readonly;
struct lang_hooks_for_tree_inlining tree_inlining;