]> git.saurik.com Git - bison.git/commitdiff
examples: please clang
authorTheophile Ranquet <ranquet@lrde.epita.fr>
Tue, 15 Jan 2013 16:51:45 +0000 (17:51 +0100)
committerTheophile Ranquet <ranquet@lrde.epita.fr>
Mon, 21 Jan 2013 14:54:04 +0000 (15:54 +0100)
* doc/bison.texi (calc++-scanner.ll): Don't output useless yyinput function.

doc/bison.texi

index 912c678233152bf0491fa582e8622778c1777604..8d7bb437a8304f7ce3b09bf3d013841963c43b89 100644 (file)
@@ -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