diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index e2eb882..755b51f 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -530,7 +530,7 @@ static inline bool noreturn_call_p (tree); static inline void update_stmt (tree); static inline bool stmt_modified_p (tree); static inline bitmap may_aliases (const_tree); -static inline int get_lineno (tree); +static inline int get_lineno (const_tree); static inline bitmap addresses_taken (tree); /*--------------------------------------------------------------------------- |