bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/3] 3/3 scan-skel.l: consider m4 notes as related to "compla


From: Akim Demaille
Subject: Re: [PATCH 2/3] 3/3 scan-skel.l: consider m4 notes as related to "complaint" errors
Date: Fri, 26 Oct 2012 18:55:45 +0200

Le 26 oct. 2012 à 18:41, Théophile Ranquet a écrit :

> This may not always be true in the future, I will add some comments
> about this later.
> 
> diff --git a/src/scan-skel.l b/src/scan-skel.l
> index c1e7b65..a0d9c9e 100644
> --- a/src/scan-skel.l
> +++ b/src/scan-skel.l
> @@ -186,7 +186,7 @@ flag (const char *arg)
>   else if (STREQ (arg, "fatal"))
>     return fatal;
>   else if (STREQ (arg, "note"))
> -    return silent;
> +    return silent | complaint;
>   else if (STREQ (arg, "warn"))
>     return Wother;
>   else

Thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]