Commit ed3eea74 by Richard Stallman

Add some prototypes.

From-SVN: r3422
parent 93507444
...@@ -156,6 +156,10 @@ extern tree combine_strings PROTO((tree)); ...@@ -156,6 +156,10 @@ extern tree combine_strings PROTO((tree));
extern void constant_expression_warning PROTO((tree)); extern void constant_expression_warning PROTO((tree));
extern void decl_attributes PROTO((tree, tree)); extern void decl_attributes PROTO((tree, tree));
extern void declare_function_name PROTO((void)); extern void declare_function_name PROTO((void));
extern tree convert_and_check PROTO((tree, tree));
extern void constant_expression_warning PROTO((tree));
extern void overflow_warning PROTO((tree));
extern void unsigned_conversion_warning PROTO((tree, tree));
/* Read the rest of the current #-directive line. */ /* Read the rest of the current #-directive line. */
#if 0 #if 0
extern char *get_directive_line PROTO((FILE *)); extern char *get_directive_line PROTO((FILE *));
......
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