lint
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Mon, 13 Aug 1990 03:44:56 +0000 (19:44 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Mon, 13 Aug 1990 03:44:56 +0000 (19:44 -0800)
SCCS-vsn: usr.bin/window/compress.c 3.6

usr/src/usr.bin/window/compress.c

index af94884..4acefa2 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)compress.c 3.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)compress.c 3.6 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "ww.h"
 #endif /* not lint */
 
 #include "ww.h"
@@ -621,9 +621,9 @@ cc_compress_phase1(output, tokens, ntoken, flag)
        register struct cc **output;
        struct cc **tokens;
 {
        register struct cc **output;
        struct cc **tokens;
 {
-       register int i = 0;
        register struct cc **pp;
 #ifdef STATS
        register struct cc **pp;
 #ifdef STATS
+       register int i = 0;
        int nt = 0, cc = 0, nc = 0;
 #endif
 
        int nt = 0, cc = 0, nc = 0;
 #endif