]> granicus.if.org Git - flex/commitdiff
tex has lost its mind; we remove parentheses to compensate
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 19 Sep 2001 20:39:46 +0000 (20:39 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 19 Sep 2001 20:39:46 +0000 (20:39 +0000)
flex.texi

index 476046f51a2910a09d167e35911ee97f729ef6f0..569e45e4aa26cb91b5e98eb9a5f764123daaa13c 100644 (file)
--- 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