diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1203,6 +1203,7 @@ get_expr_source_range (tree expr) } extern void protected_set_expr_location (tree, location_t); +extern void protected_set_expr_location_if_unset (tree, location_t); extern tree maybe_wrap_with_location (tree, location_t); |