diff --git a/src/wc.c b/src/wc.c index 940cf13..166ab41 100644 --- a/src/wc.c +++ b/src/wc.c @@ -13,9 +13,9 @@ /* Parameters */ enum { - W, + CM, L, - CM + W }; /* States */ @@ -27,9 +27,9 @@ enum { /* Category names for count[] and result[] */ enum { /* character or byte */ + COB, LINES, - WORDS, - COB + WORDS };