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.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree.def') diff --git a/gcc/tree.def b/gcc/tree.def index f603f2455c0..4b6d236dde6 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -327,7 +327,7 @@ DEFTREECODE (STRING_CST, "string_cst", 'c', 0) built-in functions. Its value is an enum built_in_function that says which built-in function it is. - TREE_FILENAME holds a filename string and TREE_LINENO + DECL_SOURCE_FILE holds a filename string and DECL_SOURCE_LINE holds a line number. In some cases these can be the location of a reference, if no definition has been seen. -- cgit v1.2.1