From 3523f92a19621176f741c0c3d82d339a1d189e46 Mon Sep 17 00:00:00 2001 From: Aaron Stone Date: Thu, 29 Mar 2007 15:25:07 +0000 Subject: [PATCH] SourceForge feature request #1658379: Expose YY_BUF_SIZE in the header file. --- flex.skl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flex.skl b/flex.skl index 4ab57c9..fa637cb 100644 --- a/flex.skl +++ b/flex.skl @@ -413,13 +413,13 @@ m4_ifdef( [[M4_YY_NOT_IN_HEADER]], #define YY_END_OF_BUFFER_CHAR 0 ]]) -m4_ifdef( [[M4_YY_NOT_IN_HEADER]], -[[ /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif +m4_ifdef( [[M4_YY_NOT_IN_HEADER]], +[[ /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) -- 2.40.0