summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2003-03-28 21:08:40 +0000
committerJohn Millaway <john43@users.sourceforge.net>2003-03-28 21:08:40 +0000
commit96f173fe96655152192d545aab502a0832431cd1 (patch)
treea21c95ac39f0399368445ab39cba5f47d7a3ddfd /flex.skl
parentbbb41475a70f891d03f9d47bfe808abd6d77cba7 (diff)
Minor documentation.
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl4
1 files changed, 4 insertions, 0 deletions
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