bison-patches
[Top][All Lists]
Advanced

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

[PATCH 4/4] examples: please clang


From: Theophile Ranquet
Subject: [PATCH 4/4] examples: please clang
Date: Mon, 21 Jan 2013 12:46:29 +0100

* 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 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




reply via email to

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