diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-06 19:34:43 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-06 19:34:43 +0000 |
commit | d21693b12d03ce87cfabffa5147e47c31e9ffe0a (patch) | |
tree | cd2aed5c69b804274d0c2f5cc4fe4b2cc5f29384 /gcc/input.h | |
parent | 7a1492b53f03778d3c8ea314925b3b7061a7e7a0 (diff) | |
download | gcc-d21693b12d03ce87cfabffa5147e47c31e9ffe0a.tar.gz |
* line-map.h (fileline): New typedef.
(struct line_map, linemap_add, linemap_lookup): Use it.
* input.h (struct location_s): Comment notes that long-term we want
to replace it by fileline.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70205 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/input.h')
-rw-r--r-- | gcc/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/input.h b/gcc/input.h index f422f74f98f..7d08e11fc5a 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -23,6 +23,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define GCC_INPUT_H /* The data structure used to record a location in a translation unit. */ +/* Long-term, we want to get rid of this and typedef fileline location_t. */ struct location_s GTY (()) { /* The name of the source file involved. */ |