From 5ca409af32ca48e75ccb8285cedae7c80a9ae0bf Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Wed, 25 Aug 1993 16:40:25 +0000 Subject: [PATCH] Dump promotion of EOF in section 2 to turn on section 3; instead just treat it like a final EOF --- yylex.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/yylex.c b/yylex.c index 2f6ff67..879ad9e 100644 --- a/yylex.c +++ b/yylex.c @@ -59,12 +59,6 @@ int yylex() toktype = SECTEND; } - else if ( sectnum == 2 ) - { - sectnum = 3; - toktype = 0; - } - else toktype = 0; } -- 2.40.0