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
This commit is contained in:
parent
8fc6a63c64
commit
bf64659388
@ -1,3 +1,9 @@
|
|||||||
|
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>
|
2001-05-16 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||||
|
|
||||||
* c-parse.in (methodtype): New production.
|
* c-parse.in (methodtype): New production.
|
||||||
|
@ -27,10 +27,6 @@ extern void position_after_white_space PARAMS ((void));
|
|||||||
extern int c_lex PARAMS ((tree *));
|
extern int c_lex PARAMS ((tree *));
|
||||||
extern const char *init_c_lex PARAMS ((const char *));
|
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;
|
extern int indent_level;
|
||||||
|
|
||||||
struct cpp_reader;
|
struct cpp_reader;
|
||||||
|
Loading…
Reference in New Issue
Block a user