From 2f21edac99b5efc432417233e6e53326d630e08f Mon Sep 17 00:00:00 2001 From: Demi Obenour Date: Wed, 3 May 2017 10:29:01 -0400 Subject: build: Delete comments from skeleton file. Since the comments in flex.skl are, by hypothesis, not needed in skel.c, we remove them. THis reduces the size of the resulting executable somewhat. --- src/misc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/misc.c') diff --git a/src/misc.c b/src/misc.c index cb7dba4..ef27833 100644 --- a/src/misc.c +++ b/src/misc.c @@ -791,9 +791,6 @@ void skelout (void) /* %e end linkage-only code. */ OUT_END_CODE (); } - else if (buf[1] == '#') { - /* %# a comment in the skel. ignore. */ - } else { flexfatal (_("bad line in skeleton file")); } -- cgit v1.2.3