summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-04-19 16:34:33 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-04-19 16:34:33 +0000
commit6f572ac2297814f19a9889bf5797a67b12d2f353 (patch)
treec6e984f92e62ca75600cad3e046c2697c0472890 /gcc/cpphash.h
parentced2ad76877637601a852871803d1dbba8e6d55a (diff)
downloadgcc-6f572ac2297814f19a9889bf5797a67b12d2f353.tar.gz
cpphash.h (struct cpp_buffer): Remove backup_to.
* cpphash.h (struct cpp_buffer): Remove backup_to. * cpplex.c (BACKUP, get_effective_char): Die. (_cpp_skip_block_comment): Assume '*' is location on entry. (continues_identifier_p): Respect -fno-dollars-in-identifiers. (IF_NEXT_IS): Update. (_cpp_lex_direct): Don't use backup_to; look ahead directly. From-SVN: r65819
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index a551aadc0f8..f1ee4a6eb90 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -267,8 +267,6 @@ struct cpp_buffer
struct cpp_buffer *prev;
- const unsigned char *backup_to; /* Soon to die. */
-
/* Pointer into the include table; non-NULL if this is a file
buffer. Used for include_next and to record control macros. */
struct include_file *inc;