Commit 87d34878 by Richard Kenner

(other_variable_style_function): Properly test for the presence of the

string "...".

From-SVN: r4239
parent 32831d4b
......@@ -2965,7 +2965,7 @@ other_variable_style_function (ansi_header)
/* See if we have a stdarg function, or a function which has stdarg style
parameters or a stdarg style return type. */
return (int) substr (ansi_header, "...");
return substr (ansi_header, "...") != 0;
#else /* !defined (UNPROTOIZE) */
......
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