diff options
Diffstat (limited to 'gcc/gimple-ssa-warn-restrict.h')
-rw-r--r-- | gcc/gimple-ssa-warn-restrict.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gimple-ssa-warn-restrict.h b/gcc/gimple-ssa-warn-restrict.h index 167d584..47835de 100644 --- a/gcc/gimple-ssa-warn-restrict.h +++ b/gcc/gimple-ssa-warn-restrict.h @@ -20,7 +20,7 @@ #ifndef GIMPLE_SSA_WARN_RESTRICT_H -extern bool check_bounds_or_overlap (gimple *, tree, tree, tree, tree, - bool = false); +extern int check_bounds_or_overlap (gimple *, tree, tree, tree, tree, + bool = false, bool = true); #endif /* GIMPLE_SSA_WARN_RESTRICT_H */ |