Commit ccddffd5 by Richard Kenner

(write_{l,r}brac): Specify return type of int.

From-SVN: r7826
parent 1395fc23
...@@ -176,7 +176,7 @@ int lbrac_line, rbrac_line; ...@@ -176,7 +176,7 @@ int lbrac_line, rbrac_line;
char **required_functions; char **required_functions;
int required_unseen_count; int required_unseen_count;
int void
write_lbrac () write_lbrac ()
{ {
...@@ -374,6 +374,7 @@ read_scan_file (scan_file) ...@@ -374,6 +374,7 @@ read_scan_file (scan_file)
} }
} }
void
write_rbrac () write_rbrac ()
{ {
struct fn_decl *fn; struct fn_decl *fn;
......
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