]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/diagnostic.h
* diagnostic.h: #include location.h
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jul 2002 10:36:27 +0000 (10:36 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jul 2002 10:36:27 +0000 (10:36 +0000)
commit73b2a7857cc6c36ee6a8c7be1d91a6bcd50f01f9
tree798555e0df33e387c50ea2b5cb4819e17982e2e8
parent5759ae4daded3ecabad134041587e1cacad0e062
* diagnostic.h: #include location.h
(location_t): Move definition to..
* location.h: ... here.  New file.
* tree.h: #include location.h
(DECL_SOURCE_LOCATION): New macro.
(DECL_SOURCE_FILE): Use.
(DECL_SOURCE_LINE): Likewise.
(struct tree_decl): REplace filename and linenum with locus.
* Makefile.in (TREE_H): add location.h
(diagnostic.o): Depends on gt-location.h
(gt-location.h): Depends on s-gtype

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55364 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/diagnostic.h
gcc/location.h [new file with mode: 0644]
gcc/tree.h