summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1995-03-04 16:36:23 +0000
committerVern Paxson <vern@ee.lbl.gov>1995-03-04 16:36:23 +0000
commit958d88aef5e01793da03efcb57c0b859303b8965 (patch)
tree0bfc2e11a7f6684f703d63fda95538e748d468f9 /flex.skl
parentd8dbb2a329de4a3ad9b5a7aab472db4fa01bb2b7 (diff)
moved position of yy_init = 0
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl4
1 files changed, 2 insertions, 2 deletions
diff --git a/flex.skl b/flex.skl
index db11d90..f49b4ac 100644
--- a/flex.skl
+++ b/flex.skl
@@ -445,6 +445,8 @@ YY_DECL
if ( yy_init )
{
+ yy_init = 0;
+
#ifdef YY_USER_INIT
YY_USER_INIT;
#endif
@@ -471,8 +473,6 @@ YY_DECL
yy_create_buffer( yyin, YY_BUF_SIZE );
yy_load_buffer_state();
-
- yy_init = 0;
}
while ( 1 ) /* loops until end-of-file is reached */