Commit 627c097f by Richard Kenner

(warn_with_method): Make arg int, not char.

From-SVN: r8148
parent d149d5f5
/* Implement classes and message passing for Objective C. /* Implement classes and message passing for Objective C.
Copyright (C) 1992, 1993 Free Software Foundation, Inc. Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
Author: Steve Naroff. Author: Steve Naroff.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -6448,7 +6448,7 @@ start_method_def (method) ...@@ -6448,7 +6448,7 @@ start_method_def (method)
static void static void
warn_with_method (message, mtype, method) warn_with_method (message, mtype, method)
char *message; char *message;
char mtype; int mtype;
tree method; tree method;
{ {
if (count_error (1) == 0) if (count_error (1) == 0)
......
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