]> granicus.if.org Git - flex/commitdiff
Use DEFAULT_CSIZE only if not using equivalence classes.
authorVern Paxson <vern@ee.lbl.gov>
Sun, 10 Oct 1993 14:52:55 +0000 (14:52 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Sun, 10 Oct 1993 14:52:55 +0000 (14:52 +0000)
main.c

diff --git a/main.c b/main.c
index 5776de4851a67e475f588bd75383cb521ca187b5..90c6c819e5187db34b5c00442ca3b6f67ad165d2 100644 (file)
--- a/main.c
+++ b/main.c
@@ -621,7 +621,7 @@ char **argv;
 
        if ( ! csize_given )
                {
-               if ( fulltbl || fullspd )
+               if ( (fulltbl || fullspd) && ! useecs )
                        csize = DEFAULT_CSIZE;
                else
                        csize = CSIZE;