From 6908c2e1f7601e72c19e1f8c16eea1116e8b6708 Mon Sep 17 00:00:00 2001 From: Theophile Ranquet Date: Tue, 15 Jan 2013 17:51:45 +0100 Subject: [PATCH] examples: please clang * doc/bison.texi (calc++-scanner.ll): Don't output useless yyinput function. --- doc/bison.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2