summaryrefslogtreecommitdiff
path: root/libcpp/internal.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2004-06-30 11:35:18 -0700
committerPer Bothner <bothner@gcc.gnu.org>2004-06-30 11:35:18 -0700
commitf58f7def265e1b45e9ed3fcdb507a4a6c002680f (patch)
tree652b18cc399ac49f094b362582d84bfd85cfe9b9 /libcpp/internal.h
parent93409b8c457d6b10875aff1931f57a099da88544 (diff)
downloadgcc-f58f7def265e1b45e9ed3fcdb507a4a6c002680f.tar.gz
line-map.h (fileline): Remove old typedef.
* include/line-map.h (fileline): Remove old typedef. * internal.h (struct cpp_reader): Use source_location typedef instead. From-SVN: r83924
Diffstat (limited to 'libcpp/internal.h')
-rw-r--r--libcpp/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcpp/internal.h b/libcpp/internal.h
index fd3facf6136..845f1ebdf08 100644
--- a/libcpp/internal.h
+++ b/libcpp/internal.h
@@ -308,7 +308,7 @@ struct cpp_reader
struct line_maps *line_table;
/* The line of the '#' of the current directive. */
- fileline directive_line;
+ source_location directive_line;
/* Memory buffers. */
_cpp_buff *a_buff; /* Aligned permanent storage. */
@@ -421,7 +421,7 @@ struct cpp_reader
uchar *base;
uchar *limit;
uchar *cur;
- fileline first_line;
+ source_location first_line;
} out;
/* Used for buffer overlays by cpptrad.c. */