[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/4] examples: please clang
From: |
Akim Demaille |
Subject: |
Re: [PATCH 4/4] examples: please clang |
Date: |
Mon, 21 Jan 2013 12:02:30 +0100 |
Le 21 janv. 2013 à 12:46, Theophile Ranquet <address@hidden> a écrit :
> * doc/bison.texi (calc++-scanner.ll): Don't output useless yyinput function.
OK, please install.
> ---
> doc/bison.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/bison.texi b/doc/bison.texi
> index 912c678..8d7bb43 100644
> --- a/doc/bison.texi
> +++ b/doc/bison.texi
> @@ -11036,7 +11036,7 @@ Finally, we enable scanner tracing.
>
> @comment file: calc++-scanner.ll
> @example
> -%option noyywrap nounput batch debug
> +%option noyywrap nounput batch debug noinput
> @end example
>
> @noindent
> --
> 1.8.1.1
>
>
[PATCH 2/4] bench: compatibility for Bison <= 2.7, Theophile Ranquet, 2013/01/21