summaryrefslogtreecommitdiff
path: root/yylex.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-12-17 10:03:44 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-12-17 10:03:44 +0000
commiteb3ab75b6f3283813d3b235a747d5cfa35c929a7 (patch)
treeecf8beebe30f2c1f5725aea33381df047c6acb36 /yylex.c
parent9ae90fea66ea209fc69e78f601a6e3b1c8471fcb (diff)
No more WHITESPACE token
Diffstat (limited to 'yylex.c')
-rw-r--r--yylex.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/yylex.c b/yylex.c
index 49e6b74..c1db44f 100644
--- a/yylex.c
+++ b/yylex.c
@@ -109,10 +109,6 @@ int yylex()
fputs( "%x", stderr );
break;
- case WHITESPACE:
- (void) putc( ' ', stderr );
- break;
-
case SECTEND:
fputs( "%%\n", stderr );