From c947396cda32f6f1f430fb3b128b7ecf0446498b Mon Sep 17 00:00:00 2001 From: ggujjula <43194746+ggujjula@users.noreply.github.com> Date: Wed, 29 Dec 2021 16:31:18 -0600 Subject: Replace mention of input() in documentation with yyinput() --- doc/flex.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/flex.texi b/doc/flex.texi index 0302e5d..3d350ba 100755 --- a/doc/flex.texi +++ b/doc/flex.texi @@ -2610,7 +2610,7 @@ corresponding routine not appearing in the generated scanner: @example @verbatim -input, yyunput +yyinput, yyunput yy_push_state, yy_pop_state, yy_top_state yy_scan_buffer, yy_scan_bytes, yy_scan_string -- cgit v1.2.1