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/stmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/stmt.c') diff --git a/gcc/stmt.c b/gcc/stmt.c index 40ad357a334..9d5553f2517 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -3981,7 +3981,7 @@ expand_decl_init (tree decl) } else if (DECL_INITIAL (decl) && TREE_CODE (DECL_INITIAL (decl)) != TREE_LIST) { - emit_line_note (TREE_LOCUS (decl)); + emit_line_note (DECL_SOURCE_LOCATION (decl)); expand_assignment (decl, DECL_INITIAL (decl), 0); emit_queue (); } -- cgit v1.2.1