(warn_with_method): Make arg int, not char.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 27 Sep 1994 22:31:04 +0000 (18:31 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 27 Sep 1994 22:31:04 +0000 (18:31 -0400)
From-SVN: r8148

gcc/objc/objc-act.c

index b62ac123e927c9baf8e8921fbbd4370d13e8fb4a..87d784a2cf7a9fe59c3561fbddd5798483fe5d15 100644 (file)
@@ -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)