Commit 4ba09fc9 by Richard Kenner

(warning_with_line): Fix typo in declaration when !HAVE_VPRINTF and

defined (__STDC__).

From-SVN: r10245
parent d56390c4
...@@ -1157,7 +1157,7 @@ static void vwarning PROTO((char *, va_list)); ...@@ -1157,7 +1157,7 @@ static void vwarning PROTO((char *, va_list));
static void error_with_line PRINTF_PROTO_2((int, char *, ...)); static void error_with_line PRINTF_PROTO_2((int, char *, ...));
static void verror_with_line PROTO((int, char *, va_list)); static void verror_with_line PROTO((int, char *, va_list));
static void vwarning_with_line PROTO((int, char *, va_list)); static void vwarning_with_line PROTO((int, char *, va_list));
static void warning_with_line PROTO((int, char *, ...)); static void warning_with_line PRINTF_PROTO_2((int, char *, ...));
void pedwarn PRINTF_PROTO_1((char *, ...)); void pedwarn PRINTF_PROTO_1((char *, ...));
void pedwarn_with_line PRINTF_PROTO_2((int, char *, ...)); void pedwarn_with_line PRINTF_PROTO_2((int, char *, ...));
static void pedwarn_with_file_and_line PRINTF_PROTO_3((char *, int, char *, ...)); static void pedwarn_with_file_and_line PRINTF_PROTO_3((char *, int, char *, ...));
......
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