summaryrefslogtreecommitdiff
path: root/libcpp/internal.h
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-30 18:35:18 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-30 18:35:18 +0000
commited00008605ef3d1404afde3f15c51c96999d40fc (patch)
tree652b18cc399ac49f094b362582d84bfd85cfe9b9 /libcpp/internal.h
parent357f7efa28215866eb65169d37697276dd63f8bb (diff)
downloadgcc-ed00008605ef3d1404afde3f15c51c96999d40fc.tar.gz
* include/line-map.h (fileline): Remove old typedef.
* internal.h (struct cpp_reader): Use source_location typedef instead. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83924 138bc75d-0d04-0410-961f-82ee72b054a4
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. */