aboutsummaryrefslogtreecommitdiff
path: root/gcc/input.h
diff options
context:
space:
mode:
authorPer Bothner <pbothner@apple.com>2003-08-06 19:34:43 +0000
committerPer Bothner <bothner@gcc.gnu.org>2003-08-06 12:34:43 -0700
commit8b82c52809e3ed72ae20c7b17725c34370cad1cf (patch)
treecd2aed5c69b804274d0c2f5cc4fe4b2cc5f29384 /gcc/input.h
parentb869f90433f1efc9849bcd4ac3265985ee2b5d31 (diff)
downloadgcc-8b82c52809e3ed72ae20c7b17725c34370cad1cf.zip
gcc-8b82c52809e3ed72ae20c7b17725c34370cad1cf.tar.gz
gcc-8b82c52809e3ed72ae20c7b17725c34370cad1cf.tar.bz2
line-map.h (fileline): New typedef.
* 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. From-SVN: r70205
Diffstat (limited to 'gcc/input.h')
-rw-r--r--gcc/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/input.h b/gcc/input.h
index f422f74..7d08e11 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. */