summaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r--gcc/cpperror.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index fc02c048e64..0cf24b90ce3 100644
--- a/gcc/cpperror.c
+++ b/gcc/cpperror.c
@@ -89,7 +89,9 @@ cpp_file_line_for_message (pfile, filename, line, column)
}
/* IS_ERROR is 2 for "fatal" error, 1 for error, 0 for warning */
-void cpp_message (pfile, is_error, msg, arg1, arg2, arg3)
+
+void
+cpp_message (pfile, is_error, msg, arg1, arg2, arg3)
int is_error;
cpp_reader *pfile;
char *msg;