On Mon, 17 Apr 2000, Patrick Bihan-Faou wrote:

> The patch:
> 
> --- c-common.c.orig Mon Nov  1 13:41:09 1999
> +++ c-common.c Sat Apr  8 06:32:52 2000
> @@ -1652,7 +1652,7 @@
>     /* There should be an int arg to control the string arg.  */
>     if (params == 0)
>       {
> -       warning (tfaff);
> +       tfaff ();
>         return;
>       }
>       if (info->first_arg_num != 0)
> @@ -1675,7 +1675,7 @@
>     /* There should be an unsigned char * arg before the string arg.  */
>     if (params == 0)
>       {
> -       warning (tfaff);
> +       tfaff ();
>         return;
>       }
>       if (info->first_arg_num != 0)
> 
> Should I just send a PR ?

No, there is already a PR for this (15549).

Bruce



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to