Commit 0806342b by Brendan Kehoe Committed by Brendan Kehoe

c-lex.h (is_class_name): Fix arg type to be tree, not void.

	* c-lex.h (is_class_name): Fix arg type to be tree, not void.
	(make_pointer_declarator, reinit_parse_for_function): Fix typo.

From-SVN: r19040
parent 6f734908
1998-04-08 Brendan Kehoe <brendan@cygnus.com>
* c-lex.h (is_class_name): Fix arg type to be tree, not void.
(make_pointer_declarator, reinit_parse_for_function): Fix typo.
Wed Apr 8 06:16:45 1998 Richard Earnshaw (rearnsha@arm.com)
* arm.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
......
......@@ -73,8 +73,8 @@ extern tree lastiddecl;
extern char *token_buffer; /* Pointer to token buffer. */
extern tree make_pointer_declarator ((tree, tree));
extern void reinit_parse_for_function ((void));
extern tree make_pointer_declarator PROTO((tree, tree));
extern void reinit_parse_for_function PROTO((void));
extern void position_after_whitespace PROTO((void));
extern int check_newline PROTO((void));
......@@ -85,4 +85,4 @@ extern char *get_directive_line PROTO((FILE *));
extern void forget_protocol_qualifiers PROTO((void));
extern void remember_protocol_qualifiers PROTO((void));
extern tree is_class_name PROTO((void));
extern tree is_class_name PROTO((tree));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment