From e7b5f0c9b4aa73a1de50162ae18101dab4f86ce4 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Sat, 3 May 2003 16:43:17 +0000 Subject: trans.c (tree_transform): Use location_t and input_location directly. * trans.c (tree_transform): Use location_t and input_location directly. (build_unit_elab): Likewise. * utils.c (create_label_decl): Likewise. From-SVN: r66433 --- gcc/ada/utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/ada/utils.c') diff --git a/gcc/ada/utils.c b/gcc/ada/utils.c index e74d5a2..d579943 100644 --- a/gcc/ada/utils.c +++ b/gcc/ada/utils.c @@ -1663,8 +1663,7 @@ create_label_decl (label_name) DECL_CONTEXT (label_decl) = current_function_decl; DECL_MODE (label_decl) = VOIDmode; - DECL_SOURCE_LINE (label_decl) = input_line; - DECL_SOURCE_FILE (label_decl) = input_filename; + DECL_SOURCE_LOCATION (label_decl) = input_location; return label_decl; } -- cgit v1.1