(other_variable_style_function): Properly test for the presence of the

string "...".

From-SVN: r4239
This commit is contained in:
Richard Kenner 1993-04-26 18:51:25 -04:00
parent 32831d4b72
commit 87d348780e

View File

@ -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) */