From: neil Date: Wed, 16 May 2001 06:42:06 +0000 (+0000) Subject: * c-lex.h (save_and_forget_protocol_qualifiers, X-Git-Tag: upstream/4.9.2~94421 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fc9c68d1271f3e161f5e3b2e88f56faf4c607a0;p=platform%2Fupstream%2Flinaro-gcc.git * c-lex.h (save_and_forget_protocol_qualifiers, forget_protocol_qualifiers, remember_protocol_qualifiers): Remove deleted functions' prototypes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42135 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + * c-lex.h (save_and_forget_protocol_qualifiers, + forget_protocol_qualifiers, remember_protocol_qualifiers): + Remove deleted functions' prototypes. + +2001-05-16 Neil Booth + * 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;