diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 8529ace..6df90a4 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -832,7 +832,7 @@ extern int vector_types_convertible_p (tree t1, tree t2); extern rtx c_expand_expr (tree, rtx, enum machine_mode, int, rtx *); -extern int c_staticp (tree); +extern bool c_staticp (tree); extern int c_common_unsafe_for_reeval (tree); |