diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-05-16 06:42:06 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-05-16 06:42:06 +0000 |
commit | bf64659388a2a848f04a493c22250103b5cab13e (patch) | |
tree | 3cdcbf1237ed04e60acfe7e26d5d42cf1d5b7543 /gcc | |
parent | 8fc6a63c64aeb6c6464f2419a67033acc693218d (diff) | |
download | gcc-bf64659388a2a848f04a493c22250103b5cab13e.zip gcc-bf64659388a2a848f04a493c22250103b5cab13e.tar.gz gcc-bf64659388a2a848f04a493c22250103b5cab13e.tar.bz2 |
c-lex.h (save_and_forget_protocol_qualifiers, [...]): Remove deleted functions' prototypes.
* c-lex.h (save_and_forget_protocol_qualifiers,
forget_protocol_qualifiers, remember_protocol_qualifiers):
Remove deleted functions' prototypes.
From-SVN: r42135
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/c-lex.h | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7056109..ffb5625 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2001-05-16 Neil Booth <neil@daikokuya.demon.co.uk> + * c-lex.h (save_and_forget_protocol_qualifiers, + forget_protocol_qualifiers, remember_protocol_qualifiers): + Remove deleted functions' prototypes. + +2001-05-16 Neil Booth <neil@daikokuya.demon.co.uk> + * c-parse.in (methodtype): New production. (methoddef, methodproto): Collapse separate '-' and '+' handlers into 1. diff --git a/gcc/c-lex.h b/gcc/c-lex.h index 4856d07..2ca4e86 100644 --- a/gcc/c-lex.h +++ b/gcc/c-lex.h @@ -27,10 +27,6 @@ extern void position_after_white_space PARAMS ((void)); extern int c_lex PARAMS ((tree *)); extern const char *init_c_lex PARAMS ((const char *)); -extern void save_and_forget_protocol_qualifiers PARAMS ((void)); -extern void forget_protocol_qualifiers PARAMS ((void)); -extern void remember_protocol_qualifiers PARAMS ((void)); - extern int indent_level; struct cpp_reader; |