diff options
author | Per Bothner <per@bothner.com> | 2004-06-30 11:35:18 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2004-06-30 11:35:18 -0700 |
commit | f58f7def265e1b45e9ed3fcdb507a4a6c002680f (patch) | |
tree | 652b18cc399ac49f094b362582d84bfd85cfe9b9 /libcpp/include/line-map.h | |
parent | 93409b8c457d6b10875aff1931f57a099da88544 (diff) | |
download | gcc-f58f7def265e1b45e9ed3fcdb507a4a6c002680f.zip gcc-f58f7def265e1b45e9ed3fcdb507a4a6c002680f.tar.gz gcc-f58f7def265e1b45e9ed3fcdb507a4a6c002680f.tar.bz2 |
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/include/line-map.h')
-rw-r--r-- | libcpp/include/line-map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcpp/include/line-map.h b/libcpp/include/line-map.h index 8394677..5b4ac1e 100644 --- a/libcpp/include/line-map.h +++ b/libcpp/include/line-map.h @@ -34,7 +34,6 @@ enum lc_reason {LC_ENTER = 0, LC_LEAVE, LC_RENAME}; /* Long-term, we want to use this to replace struct location_s (in input.h), and effectively typedef source_location location_t. */ typedef unsigned int source_location; -typedef source_location fileline; /* deprecated name */ /* Physical source file TO_FILE at line TO_LINE at column 0 is represented by the logical START_LOCATION. TO_LINE+L at column C is represented by |