From eb8ec96a7d873296682cb14db5a609879a5d5dd1 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Fri, 21 Apr 1995 11:53:05 +0000 Subject: [PATCH] clarify when 8-bit scanners are created by default, vs. 7-bit --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index f826ee6..dfbd606 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,6 +4,8 @@ # Possible values for DEFS: # +# By default, flex generates 8-bit scanners when using table compression, +# and 7-bit scanners when using uncompressed tables (-f or -F options). # For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256" # to DEFS. # -- 2.50.0