examples: please clang

* doc/bison.texi (calc++-scanner.ll): Don't output useless yyinput function.
This commit is contained in:
Theophile Ranquet
2013-01-15 17:51:45 +01:00
parent 32f4c0a1b2
commit 6908c2e1f7

View File

@@ -11036,7 +11036,7 @@ Finally, we enable scanner tracing.
@comment file: calc++-scanner.ll @comment file: calc++-scanner.ll
@example @example
%option noyywrap nounput batch debug %option noyywrap nounput batch debug noinput
@end example @end example
@noindent @noindent