X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/87f529ece8aa28d6165bbd751e1a53cc4b6d5c6d..419d8eabcd73b76f91ed59bb578fee0cb941f584:/usr/src/usr.bin/window/compress.c diff --git a/usr/src/usr.bin/window/compress.c b/usr/src/usr.bin/window/compress.c index dbaf0851da..4acefa2b19 100644 --- a/usr/src/usr.bin/window/compress.c +++ b/usr/src/usr.bin/window/compress.c @@ -2,11 +2,14 @@ * Copyright (c) 1989 Regents of the University of California. * All rights reserved. * + * This code is derived from software contributed to Berkeley by + * Edward Wang at The University of California, Berkeley. + * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)compress.c 3.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)compress.c 3.6 (Berkeley) %G%"; #endif /* not lint */ #include "ww.h" @@ -618,9 +621,9 @@ cc_compress_phase1(output, tokens, ntoken, flag) register struct cc **output; struct cc **tokens; { - register int i = 0; register struct cc **pp; #ifdef STATS + register int i = 0; int nt = 0, cc = 0, nc = 0; #endif