From 5930a487239db7a83db358ad1643a808cb24e603 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Wed, 19 Sep 2001 20:39:46 +0000 Subject: [PATCH] tex has lost its mind; we remove parentheses to compensate --- flex.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex.texi b/flex.texi index 476046f..569e45e 100644 --- a/flex.texi +++ b/flex.texi @@ -1672,7 +1672,7 @@ string or bytes. (This may be desirable, since @code{yylex()} modifies the contents of the buffer it is scanning.) You can avoid the copy by using: -@deffn yy_scan_buffer ( char *base, yy_size_t size ) +@deffn yy_scan_buffer char *base, yy_size_t size which scans in place the buffer starting at @code{base}, consisting of @code{size} bytes, the last two bytes of which @emph{must} be @code{YY_END_OF_BUFFER_CHAR} (ASCII NUL). These last two bytes are not -- 2.40.0