From 627c097fdc146c6d6b468e595b56b2c01bcb1da7 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 27 Sep 1994 18:31:04 -0400 Subject: [PATCH] (warn_with_method): Make arg int, not char. From-SVN: r8148 --- gcc/objc/objc-act.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index b62ac123e92..87d784a2cf7 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -1,5 +1,5 @@ /* 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. This file is part of GNU CC. @@ -6448,7 +6448,7 @@ start_method_def (method) static void warn_with_method (message, mtype, method) char *message; - char mtype; + int mtype; tree method; { if (count_error (1) == 0) -- 2.30.2