From 346064d966aacf0e32acbe60228695344d446f0f Mon Sep 17 00:00:00 2001 From: rth Date: Mon, 22 Sep 2003 05:09:32 +0000 Subject: Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71641 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree.c') diff --git a/gcc/tree.c b/gcc/tree.c index ef720aea27b..b82a6bf6965 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -287,7 +287,7 @@ make_node (enum tree_code code) DECL_ALIGN (t) = 1; DECL_USER_ALIGN (t) = 0; DECL_IN_SYSTEM_HEADER (t) = in_system_header; - set_tree_locus (t, input_location); + DECL_SOURCE_LOCATION (t) = input_location; DECL_UID (t) = next_decl_uid++; /* We have not yet computed the alias set for this declaration. */ -- cgit v1.2.3