From: Theophile Ranquet Date: Tue, 15 Jan 2013 16:51:45 +0000 (+0100) Subject: examples: please clang X-Git-Tag: v2.7.90~168 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6908c2e1f7601e72c19e1f8c16eea1116e8b6708 examples: please clang * doc/bison.texi (calc++-scanner.ll): Don't output useless yyinput function. --- diff --git a/doc/bison.texi b/doc/bison.texi index 912c6782..8d7bb437 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