From 96f173fe96655152192d545aab502a0832431cd1 Mon Sep 17 00:00:00 2001 From: John Millaway Date: Fri, 28 Mar 2003 21:08:40 +0000 Subject: [PATCH] Minor documentation. --- flex.skl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flex.skl b/flex.skl index 068a724..09881f6 100644 --- a/flex.skl +++ b/flex.skl @@ -1965,6 +1965,10 @@ extern "C" int isatty M4_YY_PARAMS( int ); ]]) %endif +/* Initializes or reinitializes a buffer. + * This function is sometimes called more than once on the same buffer, + * such as during a yyrestart() or at EOF. + */ %if-c-only static void yy_init_buffer YYFARGS2( YY_BUFFER_STATE ,b, FILE *,file) %endif -- 2.40.0