aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2002-06-14 05:43:13 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-06-14 05:43:13 +0000
commitbf9d5852a03e2386f84edf6c7396288f2c04305c (patch)
tree04cbdfa09f14486aae7d7a354d10fe7ccbe07768 /gcc/cpphash.h
parent57292ec30e534d43e7030eea5c774a75d4e63a48 (diff)
downloadgcc-bf9d5852a03e2386f84edf6c7396288f2c04305c.zip
gcc-bf9d5852a03e2386f84edf6c7396288f2c04305c.tar.gz
gcc-bf9d5852a03e2386f84edf6c7396288f2c04305c.tar.bz2
cpphash.h (struct cpp_buffer): Remove saved_line_base.
* cpphash.h (struct cpp_buffer): Remove saved_line_base. * cpptrad.c: Update comments. (skip_whitespace, copy_comment): Take a new parameter. (skip_escaped_newlines): Don't duplicate escaped newline test. (copy_comment): Different location for CUR, decide here how to copy / replace the comment. (skip_whitespace): Copy whitespace. (_cpp_overlay_buffer, _cpp_remove_overlay): Don't play with line_base. (scan_out_logical_line): Let copy comment handle keeping or replacing comments. (scan_parameters, _cpp_create_trad_definition): Update. From-SVN: r54605
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index 24b5ef7..60340d9 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -298,7 +298,7 @@ struct cpp_buffer
struct search_path dir;
/* Used for buffer overlays by cpptrad.c. */
- const uchar *saved_cur, *saved_rlimit, *saved_line_base;
+ const uchar *saved_cur, *saved_rlimit;
};
/* A cpp_reader encapsulates the "state" of a pre-processor run.