(other_variable_style_function): Properly test for the presence of the
string "...". From-SVN: r4239
This commit is contained in:
parent
32831d4b72
commit
87d348780e
@ -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) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user